nvim
This commit is contained in:
parent
9f81e9957c
commit
1f25ab0ec5
2
Makefile
2
Makefile
@ -20,6 +20,8 @@ install:
|
|||||||
vim:
|
vim:
|
||||||
ln -s $(PWD)/.vim ~
|
ln -s $(PWD)/.vim ~
|
||||||
ln -s $(PWD)/.vim/.vimrc ~
|
ln -s $(PWD)/.vim/.vimrc ~
|
||||||
|
mkdir -p ~/.config/nvim
|
||||||
|
ln -s $(PWD)/.vim/.vimrc ~/.config/nvim/init.vim
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git $(PWD)/.vim/bundle/Vundle.vim
|
git clone https://github.com/VundleVim/Vundle.vim.git $(PWD)/.vim/bundle/Vundle.vim
|
||||||
vim +PluginInstall +qall
|
vim +PluginInstall +qall
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user