Nvim lazy update

This commit is contained in:
Luka Jankovic 2025-02-02 19:38:32 +01:00
parent 984d56b554
commit f50e99a8a8
2 changed files with 16 additions and 16 deletions

View file

@ -2,7 +2,6 @@ return {
'nvim-treesitter/nvim-treesitter',
config = function()
require("nvim-treesitter.configs").setup({
ensure_installed = "all",
auto_install = true,
sync_install = false,
highlight = {