Switch to neovim
This commit is contained in:
parent
c665ce2e66
commit
afe00c4c09
0
.gitmodules
vendored
0
.gitmodules
vendored
@ -9,10 +9,13 @@ git clone https://bitbucket.org/ftpd/dotfiles.git ~/.dotfiles
|
|||||||
|
|
||||||
## vim
|
## vim
|
||||||
# cleaning
|
# cleaning
|
||||||
|
rm -rf ~/.vim*
|
||||||
rm -rf ~/.config/nvim
|
rm -rf ~/.config/nvim
|
||||||
# installing
|
# installing
|
||||||
mkdir -p ~/.config
|
mkdir -p ~/.config
|
||||||
ln -sf ~/.dotfiles/vim ~/.config/nvim
|
ln -sf ~/.dotfiles/vim ~/.config/nvim
|
||||||
|
ln -sf ~/.dotfiles/vim ~/.vim
|
||||||
|
ln -sf ~/.dotfiles/vim/init.vim ~/.vimrc
|
||||||
|
|
||||||
## .gitignore
|
## .gitignore
|
||||||
# cleaning
|
# cleaning
|
||||||
|
Loading…
Reference in New Issue
Block a user