
all the formatters and linters are dynamically added, and they are going to the extras modules
11 lines
174 B
Lua
11 lines
174 B
Lua
return {
|
|
"stevearc/conform.nvim",
|
|
keys = {
|
|
{
|
|
"<leader>cic",
|
|
"<cmd>ConformInfo<CR>",
|
|
mode = { "n", "v" },
|
|
desc = "Conform Info",
|
|
},
|
|
},
|
|
}
|