update config

This commit is contained in:
2025-12-14 18:39:59 +01:00
parent 44db54a7b2
commit bbb7969950
372 changed files with 29216 additions and 453 deletions

View File

@@ -0,0 +1,8 @@
local ok, treesitter = pcall(require, "nvim-treesitter")
if not ok then
print("ERROR: treesitter couldn't be loaded")
return
end
treesitter.install { 'lua' }