Removed indent plugin because it's buggy
This commit is contained in:
@ -1,10 +0,0 @@
|
|||||||
return {
|
|
||||||
{
|
|
||||||
"nvimdev/indentmini.nvim",
|
|
||||||
config = function()
|
|
||||||
require("indentmini").setup()
|
|
||||||
|
|
||||||
vim.cmd.highlight("IndentLine guifg=#444444") -- Set indent line color
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
}
|
|
Reference in New Issue
Block a user