feat: new config with everything manually installed
This commit is contained in:
11
lua/plugins/formater.lua
Normal file
11
lua/plugins/formater.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
-- ╭────────────────╮
|
||||
-- │ Code formatter │
|
||||
-- ╰────────────────╯
|
||||
return {
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
opts = function()
|
||||
return require("plugins.opts.conformFormat")
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user