1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
local M = { "lukas-reineke/indent-blankline.nvim", commit = "8299fe7703dfff4b1752aeed271c3b95281a952d", event = "BufReadPre", } M.opts = { char = "▏", show_trailing_blankline_indent = false, show_first_indent_level = true, use_treesitter = true, show_current_context = true, buftype_exclude = { "terminal", "nofile" }, filetype_exclude = { "help", "packer", "NvimTree", }, } return M