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

1
sync
View file

@ -18,6 +18,7 @@ if ! test -e ~/.config; mkdir ~/.config; end
rsync -aP ./.config/fish ~/.config/
rsync -aP ./.config/kitty ~/.config/
rsync -aP ./.config/nvim ~/.config/
rsync -aP ./.gitconfig ~/
rsync -aP ./.tmux* ~/
rsync -aP ./.vim* ~/