this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[nvim] more pretty indentblankline char

+1 -1
+1 -1
nvim/lua/plugins/indentblankline.lua
··· 3 3 4 4 indent.setup { 5 5 -- Hide indent-blankline if tap-width is 2 6 - char = (vim.opt.shiftwidth:get() == 4) and "│" or "", 6 + char = (vim.opt.shiftwidth:get() == 4) and "▏" or "", 7 7 show_current_context = true, 8 8 }