dotfiles/nixos/home-manager/programs/neovim/config.lua

6 lines
180 B
Lua
Raw Permalink Normal View History

2023-11-13 19:41:32 +01:00
require("indent_blankline").setup {
-- for example, context is off by default, use this to turn it on
show_current_context = true,
show_current_context_start = true,
}