Add treesitter
This commit is contained in:
parent
30f10719f2
commit
2e004f2295
3 changed files with 20 additions and 4 deletions
|
@ -38,6 +38,9 @@ require('packer').startup(function()
|
|||
|
||||
-- Completion framework
|
||||
use 'nvim-lua/completion-nvim'
|
||||
|
||||
-- Treesitter syntax highlight
|
||||
use { 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate' }
|
||||
end)
|
||||
|
||||
-- Install plugins if packer was not installed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue