mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-22 11:17:45 +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,
|
||
|
}
|