[vim] Remove some unused plugins
This commit is contained in:
		
							parent
							
								
									440efbf8fc
								
							
						
					
					
						commit
						b644323e31
					
				
					 1 changed files with 3 additions and 6 deletions
				
			
		|  | @ -25,19 +25,16 @@ Plug 'PeterRincker/vim-argumentative' | ||||||
| " Environment niceties | " Environment niceties | ||||||
| Plug 'scrooloose/nerdtree' | Plug 'scrooloose/nerdtree' | ||||||
| 
 | 
 | ||||||
| if has('nvim') |  | ||||||
|     Plug 'Mofiqul/dracula.nvim' |  | ||||||
| endif |  | ||||||
| 
 |  | ||||||
| " Snippets | " Snippets | ||||||
| Plug 'SirVer/ultisnips' | Plug 'SirVer/ultisnips' | ||||||
| Plug 'honza/vim-snippets' | Plug 'honza/vim-snippets' | ||||||
| 
 | 
 | ||||||
| Plug 'dracula/vim', {'as': 'dracula'} |  | ||||||
| 
 |  | ||||||
| if has('nvim') | if has('nvim') | ||||||
|  |     " Telescope | ||||||
|     Plug 'nvim-lua/plenary.nvim' |     Plug 'nvim-lua/plenary.nvim' | ||||||
|     Plug 'nvim-telescope/telescope.nvim', { 'tag': '0.1.8' } |     Plug 'nvim-telescope/telescope.nvim', { 'tag': '0.1.8' } | ||||||
|  | 
 | ||||||
|  |     " Language servers | ||||||
|     Plug 'neovim/nvim-lspconfig' |     Plug 'neovim/nvim-lspconfig' | ||||||
|     Plug 'hrsh7th/cmp-nvim-lsp' |     Plug 'hrsh7th/cmp-nvim-lsp' | ||||||
|     Plug 'hrsh7th/cmp-nvim-lsp' |     Plug 'hrsh7th/cmp-nvim-lsp' | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue