initial commit

This commit is contained in:
2025-08-05 00:16:13 +03:00
commit 4c7269dad4
7 changed files with 124 additions and 0 deletions

6
lua/treesitter.lua Normal file
View File

@@ -0,0 +1,6 @@
require "nvim-treesitter.configs".setup {
ensure_installed = { "c", "bash", "lua", "luadoc", "vim", "vimdoc", "diff", "html", "javascript", "markdown" },
highlight = {
enable = true,
},
}