nvim config updated

This commit is contained in:
2025-11-09 13:41:37 +01:00
parent 332a9513be
commit 20d1b9e7f5
30 changed files with 618 additions and 347 deletions

View File

@@ -0,0 +1,15 @@
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- Customize Treesitter
---@type LazySpec
return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"lua",
"vim",
-- add more arguments for adding more treesitter parsers
},
},
}