We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2648f7 + 4a86a1c commit 97c039bCopy full SHA for 97c039b
lua/theprimeagen/packer.lua
@@ -33,8 +33,12 @@ return require('packer').startup(function(use)
33
end
34
})
35
36
-
37
- use({"nvim-treesitter/nvim-treesitter", run = ":TSUpdate"})
+ use {
+ 'nvim-treesitter/nvim-treesitter',
38
+ run = function()
39
+ local ts_update = require('nvim-treesitter.install').update({ with_sync = true })
40
+ ts_update()
41
+ end,}
42
use("nvim-treesitter/playground")
43
use("theprimeagen/harpoon")
44
use("theprimeagen/refactoring.nvim")
0 commit comments