My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

Commit 279465acef73d893c7038798b365ebfb8f76432f
Parent: 943cc8a5fb6949227bccf286cd8e11c267b979fb
Author: mcol <mcol@posteo.net>
Date: 2019-01-14 16:07:40 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2019-01-14 16:07:40 +0000

moved custom spelling settings and dictionary into repo

vimrc Modified

@@ -22,6 +22,7 @@
 Plugin 'mcolligan/vim-misc'	    " my vimrc and misc functions 
 Plugin 'mcolligan/vimlab'	    " vimlab
 Plugin 'mcolligan/tide'		    " tmux ide
+Plugin 'git@192.168.0.65:/media/usbhdd1/git/vim-myspell'    " my spelling
 Plugin 'christoomey/vim-tmux-navigator'	    " navigate vim and tmux splits seamlessly
 Plugin 'vimwiki/vimwiki'	    " vimwiki
 

plugin/keybindings.vim Modified

@@ -88,4 +88,4 @@
 nnoremap vs :vsp<CR>
 
 " toggle spell checking
-nnoremap <leader>S :setlocal spell! spelllang=en_gb spell?<CR>
+nnoremap <leader>S :setlocal spell! spelllang=en_gb spell?<CR>:echo "zg to add new word"<CR>

ftplugin/vimwiki.vim Modified

@@ -45,8 +45,4 @@
 " update papers page with new pdf files
 nmap <Leader>u :!vimwiki_add_papers.sh<CR>
 
-
-
 setlocal textwidth=80
-
-

ftplugin/mail.vim Added

@@ -0,0 +1,3 @@
+nnoremap <buffer> <space> mmgggqG`m:echo "Formatted."<CR>
+
+setlocal textwidth=80