aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/pluginsconfig/indent-blankline.lua
blob: d53bf416c1b767ef9ee85733b3eaff69d23f5380 (plain) (blame)
1
2
3
4
5
6
require("indent_blankline").setup {
	enabled = false, -- Don't enable plugin at Nvim start
	show_current_context = true,
	show_current_context_start = false,
}