nixd and remove ripple
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user