Merge branch 'master' of github.com:doy-lee/doy-lee
This commit is contained in:
commit
f4c8588558
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
|
fi
|
||||||
|
|
||||||
cp -f Installer/_vimrc ~/.vimrc
|
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
|
sudo apt install silversearcher-ag tmux exuberant-ctags neovim clang-format
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user