Added and/or replaced some plugins
This commit is contained in:
parent
e9d815b9a0
commit
0d7b0b1f4c
@ -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 jupyter
|
||||||
```
|
```
|
||||||
Without root rights the software has to be compiled manually. To install the powerline fonts, run:
|
Without root rights the software has to be compiled manually. To install the powerline fonts, run:
|
||||||
```bash
|
```bash
|
||||||
|
5
init.vim
5
init.vim
@ -42,7 +42,6 @@ nnoremap <F4> :call vimterm#toggle() <CR>
|
|||||||
tnoremap <F4> <C-\><C-n>:call vimterm#toggle() <CR>
|
tnoremap <F4> <C-\><C-n>:call vimterm#toggle() <CR>
|
||||||
|
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
Plug 'roxma/nvim-completion-manager'
|
|
||||||
Plug 'SirVer/ultisnips'
|
Plug 'SirVer/ultisnips'
|
||||||
Plug 'honza/vim-snippets'
|
Plug 'honza/vim-snippets'
|
||||||
|
|
||||||
@ -54,10 +53,14 @@ Plug 'bling/vim-bufferline'
|
|||||||
Plug 'scrooloose/nerdtree', {'on': 'NERDTreeToggle'}
|
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' }
|
||||||
|
|
||||||
" versioning
|
" versioning
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
|
|
||||||
|
" python
|
||||||
|
Plug 'bfredl/nvim-ipy'
|
||||||
|
|
||||||
" debugging
|
" debugging
|
||||||
Plug 'sakhnik/nvim-gdb'
|
Plug 'sakhnik/nvim-gdb'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
Loading…
Reference in New Issue
Block a user