Back to standard vim.
This commit is contained in:
parent
a07227fd11
commit
f95903f89f
2 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ mkdir -p ~/.config
|
||||||
## vim
|
## vim
|
||||||
# cleaning
|
# cleaning
|
||||||
rm -rf ~/.vim* ~/.config/vim
|
rm -rf ~/.vim* ~/.config/vim
|
||||||
mkdir -p ~/.config/vim
|
mkdir -p ~/.config/vim/runtime
|
||||||
# installing
|
# installing
|
||||||
ln -sf ~/.dotfiles/vim/autoload ~/.config/vim/
|
ln -sf ~/.dotfiles/vim/autoload ~/.config/vim/runtime
|
||||||
ln -sf ~/.dotfiles/vim/vimrc ~/.vimrc
|
ln -sf ~/.dotfiles/vim/vimrc ~/.vimrc
|
||||||
|
|
||||||
## .gitignore
|
## .gitignore
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
set runtimepath=~/.config/vim
|
set runtimepath=~/.config/vim/runtime
|
||||||
|
|
||||||
call plug#begin('~/.config/vim/plugins')
|
call plug#begin('~/.config/vim/plugins')
|
||||||
"Plug 'ashfinal/vim-colors-paper'
|
"Plug 'ashfinal/vim-colors-paper'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue