nix-config/apps/neovim/ibl.lua
2026-01-26 01:16:35 +01:00

10 lines
192 B
Lua

require("ibl").setup {
indent = {
char = "",
highlight = "IblIndent",
}
}
--│, ┆, ⋅, ╎
-- Use very subtle color
vim.api.nvim_set_hl(0, "IblIndent", { fg = "#3a3a3a" })