Add rest of settings

This commit is contained in:
Christopher Williams
2026-05-16 11:42:20 -04:00
parent 11932ebf7f
commit 63c4fcc16c
18 changed files with 465 additions and 82 deletions
+3
View File
@@ -1,6 +1,7 @@
local M = {
{
"nvim-treesitter/nvim-treesitter",
branch = "main",
build = ":TSUpdate",
config = function()
local ensureInstalled = {
@@ -10,6 +11,7 @@ local M = {
"typescript",
"java",
"go",
"java",
"rust",
"html",
"css",
@@ -17,6 +19,7 @@ local M = {
"yaml",
"markdown",
"sql",
"svelte",
"org",
}
local alreadyInstalled = require("nvim-treesitter.config").get_installed()