Added YCM generator and some more packages

This commit is contained in:
Dennis Potter 2018-05-17 17:12:43 +02:00
parent e218ec0007
commit d13e31053e
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ To make use of all plugins in the `init.vim` file some additional software has t
```bash
sudo apt-get install fonts-powerline
sudo apt-get install exuberant-ctags
sudo apt-get install clang cmake
pip3 install --upgrade pip
pip3 install jupyter
```

View File

@ -54,6 +54,7 @@ Plug 'scrooloose/nerdtree', {'on': 'NERDTreeToggle'}
Plug 'simnalamburt/vim-mundo', {'on': 'MundoToggle'}
Plug 'wvffle/vimterm'
Plug 'Valloric/YouCompleteMe', { 'do': './install.py --clang-completer' }
Plug 'rdnetto/YCM-generator', { 'branch': 'stable'}
" versioning
Plug 'tpope/vim-fugitive'