Changed form catpuccin theme, not a vscode soy dev

This commit is contained in:
2026-03-24 19:50:51 +02:00
parent dabb2e0e7e
commit 734d4a095a
7 changed files with 140 additions and 42 deletions
+8 -2
View File
@@ -5,9 +5,9 @@ return {
build = ":TSUpdate",
config = function()
require("nvim-treesitter.config").setup({
highlight = { enabled = true },
highlight = { enable = true },
additional_vim_regex_highlighting = false,
indent = { enabled = true },
indent = { enable = true },
ensure_installed = {
"go",
"gomod",
@@ -22,6 +22,12 @@ return {
"yaml",
"bash",
"c_sharp",
"java",
"c",
"cpp",
"julia",
"python",
"zig",
},
})
end,