1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-22 11:17:45 +01:00
dotfiles/.config/nvim/plugin/indent-blankline.lua

7 lines
146 B
Lua
Raw Normal View History

-- lukas-reineke/indent-blankline.nvim
require("indent_blankline").setup {
show_current_context = true,
show_current_context_start = true,
}