Add tree-sitter plugin
This commit is contained in:
parent
a94c315284
commit
f640b758ab
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ return require('packer').startup(function(use)
|
|||
-- Nvim LSP
|
||||
use 'neovim/nvim-lspconfig'
|
||||
|
||||
-- Tree-sitter
|
||||
use {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
run = function() require('nvim-treesitter.install').update({ with_sync = true }) end,
|
||||
}
|
||||
|
||||
-- COLOR SCHEMES
|
||||
use 'morhetz/gruvbox'
|
||||
use 'sjl/badwolf'
|
||||
|
|
Loading…
Add table
Reference in a new issue