mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-07 03:14:35 +02:00
enc: update config, add cmp colorfull and cmp RG
This commit is contained in:
parent
20e96da865
commit
76277745b3
8 changed files with 419 additions and 222 deletions
|
@ -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" },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue