enc: update config, add cmp colorfull and cmp RG

This commit is contained in:
Pojok Code 2025-08-02 21:41:49 +07:00
parent 20e96da865
commit 76277745b3
8 changed files with 419 additions and 222 deletions

View file

@ -4,7 +4,7 @@ return {
"williamboman/mason.nvim",
"stevearc/conform.nvim",
},
event = "VeryLazy",
event = "BufRead",
opts = function(_, opts)
opts.formatters = opts.formatters or {}
opts.formatters_by_ft = opts.formatters_by_ft or {}
@ -38,6 +38,6 @@ return {
end, { desc = "Format file or range (in visual mode)" })
end,
keys = {
{ "<leader>l", "", desc = " 󰘦 Lsp" },
{ "<leader>l", "", desc = "󰘦 Lsp" },
},
}