speedie-nvim/.config/nvim/lua/ibl_config.lua

18 lines
379 B
Lua
Raw Permalink Normal View History

2024-01-19 16:02:38 +01:00
--[[
speedie's neovim configuration
-- https://git.speedie.site/speedie/speedie-nvim --
]]--
local highlight = {
"CursorColumn",
"Whitespace",
}
require("ibl").setup {
indent = { highlight = highlight, char = "" },
whitespace = {
highlight = highlight,
remove_blankline_trail = false,
},
scope = { enabled = false },
}