batman commit

This commit is contained in:
Kulvir Singh
2024-04-10 02:31:39 +05:30
parent 5f9ef50548
commit 88904c3da3
3 changed files with 38 additions and 40 deletions

View File

@@ -404,7 +404,7 @@ require("lazy").setup({
}
end,
formatters_by_ft = {
go = { "gopls" },
go = { "gopls", "goimports-reviser", "gofumpt" },
lua = { "stylua" },
json = { "biome" },
python = { "isort", "black" },
@@ -596,7 +596,7 @@ require("lazy").setup({
end,
},
{
--[[ {
"akinsho/bufferline.nvim",
version = "*",
@@ -610,7 +610,7 @@ require("lazy").setup({
},
})
end,
},
}, ]]
-- NOTE: uncomment debug to enable debugging in neoVim
-- require("lilJ.plugins.debug"),