mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-21 19:07:44 +01:00
7 lines
146 B
Lua
7 lines
146 B
Lua
-- lukas-reineke/indent-blankline.nvim
|
|
|
|
require("indent_blankline").setup {
|
|
show_current_context = true,
|
|
show_current_context_start = true,
|
|
}
|