some mods
This commit is contained in:
parent
cdfa845dc7
commit
c69fdcc13e
3 changed files with 5 additions and 3 deletions
|
@ -47,7 +47,8 @@ return require('packer').startup(function(use)
|
|||
}
|
||||
use {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
run = ':TSUpdate'
|
||||
run = ':TSUpdate',
|
||||
ensure_installed = 'all'
|
||||
}
|
||||
|
||||
-- Automatically set up your configuration after cloning packer.nvim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue