dotfiles/.config/nvim/lua/plugins/conform.lua
Sergio Laín f9d52ab208
♻️ refactor(nvim): big change in adding formatters and linters
all the formatters and linters are dynamically added, and they are going to the extras modules
2023-11-16 15:00:10 +01:00

11 lines
174 B
Lua

return {
"stevearc/conform.nvim",
keys = {
{
"<leader>cic",
"<cmd>ConformInfo<CR>",
mode = { "n", "v" },
desc = "Conform Info",
},
},
}