local ok, indent_blankline = pcall(require, "indent_blankline") if not ok then return end vim.cmd([[let g:indent_blankline_char = '¦']]) 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, })