Vim configuration
bundle | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
vimrc |
Questa รจ la mia configurazione di Vim.
Plugin installati
- Vundle
- CtlrP
- Distraction free writing
- Fugitive
- Gundo
- Jedi
- Markdown
- NERDCommenter
- NERDTree
- NERDTreeTabs
- Lightline
- Solarized
- Supertab
- Syntastic
- Tagbar
Come installare
git clone https://github.com/Rnhmjoj/dotvim.git ~/.vim
cd ~/.vim
mkdir backup temp spell
ln -s vimrc ~/.vimrc
- da Vim
:BundleInstall
Come aggiornare
- da Vim
:BundleInstall!