Update plugins
This commit is contained in:
parent
7f920bb7bd
commit
600a64c354
|
@ -11,12 +11,17 @@ unlet autoload_plug_path
|
|||
call plug#begin('~/.dotfiles/nvim/plugins')
|
||||
" Plugins here
|
||||
|
||||
" LSP - Language Server Protocol
|
||||
Plug 'neovim/nvim-lspconfig'
|
||||
Plug 'hrsh7th/cmp-nvim-lsp'
|
||||
Plug 'hrsh7th/cmp-buffer'
|
||||
Plug 'hrsh7th/cmp-path'
|
||||
Plug 'hrsh7th/cmp-cmdline'
|
||||
Plug 'hrsh7th/nvim-cmp'
|
||||
" TreeSitter - Syntax highlighting
|
||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
||||
" Fold-Cycle - Better management of foldable blocks
|
||||
Plug 'jghauser/fold-cycle.nvim'
|
||||
" LSP - Language Server Protocol
|
||||
Plug 'neovim/nvim-lspconfig'
|
||||
" Git Gutter - Git diff markers
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
" Lightline - lightweight status/tabline beautification
|
||||
|
|
Loading…
Reference in New Issue