mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-06 16:31:16 +01:00
Updated nvim-treesitter packer installation to properly update parsers
This commit is contained in:
parent
62f9403ed3
commit
de7061dd53
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ return packer.startup(function(use)
|
|||
use({
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
run = function()
|
||||
require("nvim-treesitter.install").update({ with_sync = true })
|
||||
local ts_update = require("nvim-treesitter.install").update({ with_sync = true })
|
||||
ts_update()
|
||||
end,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue