Migrated vim+vundle config to neovim+plug

This commit is contained in:
crater2150 2016-12-02 15:43:47 +01:00
commit b531014a99
20 changed files with 2861 additions and 0 deletions

9
after/plugin/fswitch.vim Normal file
View file

@ -0,0 +1,9 @@
nmap <silent> <Leader>of :FSHere<cr>
nmap <silent> <Leader>ol :FSRight<cr>
nmap <silent> <Leader>oL :FSSplitRight<cr>
nmap <silent> <Leader>oh :FSLeft<cr>
nmap <silent> <Leader>oH :FSSplitLeft<cr>
nmap <silent> <Leader>ok :FSAbove<cr>
nmap <silent> <Leader>oK :FSSplitAbove<cr>
nmap <silent> <Leader>oj :FSBelow<cr>
nmap <silent> <Leader>oJ :FSSplitBelow<cr>