Add treesitter

This commit is contained in:
2024-11-28 18:39:03 +01:00
parent 2bc0ffdcac
commit e812cdee4c

View File

@@ -49,9 +49,9 @@ return {
suggestion_color = "#ffffff", suggestion_color = "#ffffff",
cterm = 244, cterm = 244,
}, },
log_level = "info", -- set to "off" to disable logging completely log_level = "info", -- set to "off" to disable logging completely
disable_inline_completion = false, -- disables inline completion for use with cmp disable_inline_completion = false, -- disables inline completion for use with cmp
disable_keymaps = false, -- disables built in keymaps for more manual control disable_keymaps = false, -- disables built in keymaps for more manual control
condition = function() condition = function()
return false return false
end, -- condition to check for stopping supermaven, `true` means to stop supermaven when the condition is true. end, -- condition to check for stopping supermaven, `true` means to stop supermaven when the condition is true.
@@ -59,13 +59,13 @@ return {
end, end,
}, },
-- { {
-- "nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
-- opts = { opts = {
-- ensure_installed = { ensure_installed = {
-- "vim", "lua", "vimdoc", "vim", "lua", "vimdoc",
-- "html", "css" "html", "css"
-- }, },
-- }, },
-- }, },
} }