14 lines
344 B
Markdown
14 lines
344 B
Markdown
It's list of my config files, so far you see only VIM :)
|
|
|
|
# VIM prepare
|
|
|
|
```
|
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
|
mkdir ~/.vim/swp
|
|
mkdir ~/.vim/undo
|
|
vim +PlugInstall
|
|
```
|
|
|
|
You need to precompile [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) too.
|