fix treesitter on start

This commit is contained in:
Maciej Lebiest 2024-01-13 08:58:00 +01:00
parent 26ab69834f
commit 7f244b2ace
2 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,7 @@ require("lazy").setup({
-- treesitter need to be configured after load,
-- so let here be init, not config
init = require('plugins.treesitter'),
build = ':TSUpdate',
--build = ':TSUpdate', -- not needed in Container workflow
priority = 400
},
-- neovim lsp plugins and depencencies