Removed indent plugin because it's buggy

This commit is contained in:
2025-04-18 17:05:43 -07:00
parent c1e0902f60
commit ea3be3917f

View File

@ -1,10 +0,0 @@
return {
{
"nvimdev/indentmini.nvim",
config = function()
require("indentmini").setup()
vim.cmd.highlight("IndentLine guifg=#444444") -- Set indent line color
end,
},
}