[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
|
||||
Plug 'scrooloose/nerdtree'
|
||||
|
||||
if has('nvim')
|
||||
Plug 'Mofiqul/dracula.nvim'
|
||||
endif
|
||||
|
||||
" Snippets
|
||||
Plug 'SirVer/ultisnips'
|
||||
Plug 'honza/vim-snippets'
|
||||
|
||||
Plug 'dracula/vim', {'as': 'dracula'}
|
||||
|
||||
if has('nvim')
|
||||
" Telescope
|
||||
Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'nvim-telescope/telescope.nvim', { 'tag': '0.1.8' }
|
||||
|
||||
" Language servers
|
||||
Plug 'neovim/nvim-lspconfig'
|
||||
Plug 'hrsh7th/cmp-nvim-lsp'
|
||||
Plug 'hrsh7th/cmp-nvim-lsp'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue