nvim update
This commit is contained in:
parent
d968da0ae0
commit
5930a3f5cd
4 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
vim.api.nvim_create_autocmd('FileType', {
|
||||
callback = function ()
|
||||
pcall(vim.treesitter.start)
|
||||
end
|
||||
})
|
||||
|
||||
return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
build = ':TSUpdate',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue