Add nvim init script

This commit is contained in:
doyle 2020-10-19 17:25:07 +11:00
parent c8875a06fc
commit a47646a35c
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
set runtimepath^=~/.vim,~/.vim/after
set packpath+=~/.vim
source ~/.vimrc

View File

@ -7,6 +7,7 @@ if [[ ! -f "${HOME}/.vim/clang-format.py" ]]; then
fi
cp -f Installer/_vimrc ~/.vimrc
cp -f Installer/unix_nvim_init.vim ~/.config/nvim/init.vim
sudo apt install silversearcher-ag tmux exuberant-ctags neovim clang-format