Add nvim init script
This commit is contained in:
parent
c8875a06fc
commit
a47646a35c
3
Installer/unix_nvim_init.vim
Normal file
3
Installer/unix_nvim_init.vim
Normal file
@ -0,0 +1,3 @@
|
||||
set runtimepath^=~/.vim,~/.vim/after
|
||||
set packpath+=~/.vim
|
||||
source ~/.vimrc
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user