dotfiles/dot_config/nvim/after/plugin/indent.lua
2026-02-06 09:15:12 +01:00

10 lines
166 B
Lua

-- English comments only.
local ok, ibl = pcall(require, "ibl")
if not ok then return end
ibl.setup({
indent = { char = "" },
scope = { enabled = true },
})