mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-07-03 04:54:49 +01:00
Attempt to refactor config to be more maintainable
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
nix = { "alejandra" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user