diff --git a/.config/nvim/lua/plugins/extras/cmp.lua b/.config/nvim/lua/plugins/extras/cmp.lua index 31cc967a..4cd9b2c8 100644 --- a/.config/nvim/lua/plugins/extras/cmp.lua +++ b/.config/nvim/lua/plugins/extras/cmp.lua @@ -44,7 +44,7 @@ return { }, }, keys = { - { "cM", ":CmpStatus", { desc = "Cmp Status" } }, + { "cM", ":CmpStatus", desc = "Cmp Status" }, }, opts = function(_, opts) cmp.setup.filetype("gitcommit", { diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua index dc66445e..fbaba400 100644 --- a/.config/nvim/lua/plugins/treesitter.lua +++ b/.config/nvim/lua/plugins/treesitter.lua @@ -4,10 +4,8 @@ return { ---@type TSConfig ---@diagnostic disable-next-line: missing-fields opts = { - -- autotag = { enable = true }, + autotag = { enable = true }, endwise = { enable = true }, - highlight = { enable = true }, - indent = { enable = true }, ensure_installed = { "bash", "c",