Added YCM generator and some more packages
This commit is contained in:
parent
e218ec0007
commit
d13e31053e
@ -24,6 +24,7 @@ To make use of all plugins in the `init.vim` file some additional software has t
|
|||||||
```bash
|
```bash
|
||||||
sudo apt-get install fonts-powerline
|
sudo apt-get install fonts-powerline
|
||||||
sudo apt-get install exuberant-ctags
|
sudo apt-get install exuberant-ctags
|
||||||
|
sudo apt-get install clang cmake
|
||||||
pip3 install --upgrade pip
|
pip3 install --upgrade pip
|
||||||
pip3 install jupyter
|
pip3 install jupyter
|
||||||
```
|
```
|
||||||
|
1
init.vim
1
init.vim
@ -54,6 +54,7 @@ Plug 'scrooloose/nerdtree', {'on': 'NERDTreeToggle'}
|
|||||||
Plug 'simnalamburt/vim-mundo', {'on': 'MundoToggle'}
|
Plug 'simnalamburt/vim-mundo', {'on': 'MundoToggle'}
|
||||||
Plug 'wvffle/vimterm'
|
Plug 'wvffle/vimterm'
|
||||||
Plug 'Valloric/YouCompleteMe', { 'do': './install.py --clang-completer' }
|
Plug 'Valloric/YouCompleteMe', { 'do': './install.py --clang-completer' }
|
||||||
|
Plug 'rdnetto/YCM-generator', { 'branch': 'stable'}
|
||||||
|
|
||||||
" versioning
|
" versioning
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
|
Loading…
Reference in New Issue
Block a user