chore: update config to lazyvim 14

This commit is contained in:
Job
2024-12-13 19:33:52 +01:00
parent 9bed5b823f
commit 393e49c781
3 changed files with 3 additions and 20 deletions

View File

@@ -19,14 +19,4 @@ return {
inlay_hints = { enabled = false },
},
},
{
"hrsh7th/nvim-cmp",
opts = function(_, opts)
-- Disable autocomplete on enter.
local cmp = require("cmp")
opts.mapping = vim.tbl_deep_extend("force", opts.mapping, {
["<CR>"] = cmp.config.disable,
})
end,
},
}