Missed the indentation setup file.

This commit is contained in:
Josh W 2024-09-25 12:49:34 -04:00
parent 86f55ba6f3
commit 1cfa18d79d

View file

@ -0,0 +1,7 @@
return {
"lukas-reineke/indent-blankline.nvim",
config = function()
require("ibl").setup()
end,
opts = {},
}