Replace pathogen with vim-plug; Give neovim a chance;

Add keyboard shortcuts for goyo
This commit is contained in:
mitchell 2020-02-24 10:15:50 -05:00
parent a369136647
commit 3ac866096d
33 changed files with 2638 additions and 398 deletions

View file

@ -1,4 +1,4 @@
function v
vim (fzf)
nvim (fzf)
end

5
.config/nvim/init.vim Normal file
View file

@ -0,0 +1,5 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc
tnoremap <Esc> <C-\><C-n>