mv sub/vim/.vimrc -> sub/vim/vimrc

This commit is contained in:
TheK4n 2022-02-05 00:26:56 +03:00
parent 7cdfb20e9a
commit 67a1205f2a
2 changed files with 2 additions and 2 deletions

View File

@ -32,9 +32,9 @@ tmux:
vim:
test -e ~/.vim || \
ln -s $(PWD)/sub/vim ~/.vim
ln -s ~/.vim/.vimrc ~/.vimrc
ln -s ~/.vim/vimrc ~/.vimrc
mkdir -p ~/.config/nvim
ln -s ~/.vim/.vimrc ~/.config/nvim/init.vim
ln -s ~/.vim/vimrc ~/.config/nvim/init.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall