config-neovim/plugins.vim.d/indent-blankline.vim

10 lines
220 B
VimL
Raw Normal View History

lua << EOF
require("indent_blankline").setup {
-- for example, context is off by default, use this to turn it on
-- show_current_context = true,
-- show_current_context_start = true,
filetype = {}
}
EOF