🐛 fix(nvim): treesitter autotag and cmp keymap not working

This commit is contained in:
Sergio Laín 2023-10-22 12:55:34 +02:00
parent adacf82229
commit 255b9eed58
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 2 additions and 4 deletions

View file

@ -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", {

View file

@ -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",