fix: hyprsunset, indent-lines, rebindings

This commit is contained in:
2025-09-06 19:07:46 -07:00
parent 8b0bcc85c9
commit c519899f02
5 changed files with 62 additions and 32 deletions

View File

@@ -0,0 +1,9 @@
return {
{
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
config = function()
require("ibl").setup({ scope = { enabled = false } })
end,
},
}