added toml formatter, split each language into lsp and format

This commit is contained in:
foxora 2026-03-05 05:50:50 +00:00
parent 56d2fe2922
commit 67c8d10658
4 changed files with 184 additions and 125 deletions

View file

@ -1,12 +1,12 @@
return {
{
"vim-fugitive",
for_cat = "git",
enabled = nixCats("git") or false,
cmd = { "Git", "Gvdiffsplit" },
},
{
"resolve-nvim",
for_cat = "git",
enabled = nixCats("git") or false,
event = { "BufReadPre", "BufNewFile" },
after = function(plugin)
require("resolve").setup({