🐛 fix(nvim): treesitter autotag and cmp keymap not working
This commit is contained in:
parent
adacf82229
commit
255b9eed58
2 changed files with 2 additions and 4 deletions
|
@ -44,7 +44,7 @@ return {
|
|||
},
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>cM", ":CmpStatus<CR>", { desc = "Cmp Status" } },
|
||||
{ "<leader>cM", ":CmpStatus<CR>", desc = "Cmp Status" },
|
||||
},
|
||||
opts = function(_, opts)
|
||||
cmp.setup.filetype("gitcommit", {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue