Added and/or replaced some plugins
This commit is contained in:
		| @@ -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 jupyter | ||||
| ``` | ||||
| Without root rights the software has to be compiled manually. To install the powerline fonts, run: | ||||
| ```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> | ||||
|  | ||||
| call plug#begin() | ||||
| Plug 'roxma/nvim-completion-manager' | ||||
| Plug 'SirVer/ultisnips' | ||||
| Plug 'honza/vim-snippets' | ||||
|  | ||||
| @@ -54,10 +53,14 @@ Plug 'bling/vim-bufferline' | ||||
| Plug 'scrooloose/nerdtree', {'on': 'NERDTreeToggle'} | ||||
| Plug 'simnalamburt/vim-mundo', {'on': 'MundoToggle'} | ||||
| Plug 'wvffle/vimterm' | ||||
| Plug 'Valloric/YouCompleteMe', { 'do': './install.py' } | ||||
|  | ||||
| " versioning | ||||
| Plug 'tpope/vim-fugitive' | ||||
|  | ||||
| " python | ||||
| Plug 'bfredl/nvim-ipy' | ||||
|  | ||||
| " debugging | ||||
| Plug 'sakhnik/nvim-gdb' | ||||
| call plug#end() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user