fix treesitter on start
This commit is contained in:
parent
26ab69834f
commit
7f244b2ace
2 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ require("lazy").setup({
|
||||||
-- treesitter need to be configured after load,
|
-- treesitter need to be configured after load,
|
||||||
-- so let here be init, not config
|
-- so let here be init, not config
|
||||||
init = require('plugins.treesitter'),
|
init = require('plugins.treesitter'),
|
||||||
build = ':TSUpdate',
|
--build = ':TSUpdate', -- not needed in Container workflow
|
||||||
priority = 400
|
priority = 400
|
||||||
},
|
},
|
||||||
-- neovim lsp plugins and depencencies
|
-- neovim lsp plugins and depencencies
|
||||||
|
|
Loading…
Reference in a new issue