dotfiles/home/.config/nvim/lua/plugins/indent-blankline.lua

8 lines
163 B
Lua
Raw Normal View History

2021-12-03 09:30:27 +02:00
vim.opt.list = true
require('indent_blankline').setup {
space_char_blankline = ' ',
2021-12-03 09:30:27 +02:00
show_current_context = true,
show_current_context_start = true,
}