nixd and remove ripple

This commit is contained in:
2026-03-09 14:27:38 +00:00
parent 379a2a5774
commit 90b907eb3d
3 changed files with 8 additions and 23 deletions
+2 -8
View File
@@ -14,7 +14,6 @@ return {
"javascript",
"typescript",
"tsx",
"ripple",
"c",
"lua",
"rust",
@@ -26,14 +25,9 @@ return {
"css",
"scss",
"gdscript",
"nix",
})
-- Enable treesitter highlighting and indentation
vim.api.nvim_create_autocmd("FileType", {
callback = function()
pcall(vim.treesitter.start)
vim.bo.indentexpr = "v:lua.require'nvim-treesitter'.indentexpr()"
end,
})
-- Enable treesitter highlighting - indentexpr set automatically per filetype
end,
}