|
|
|
@ -186,7 +186,18 @@ require('lazy').setup({
|
|
|
|
|
-- Enable `lukas-reineke/indent-blankline.nvim`
|
|
|
|
|
-- See `:help ibl`
|
|
|
|
|
main = 'ibl',
|
|
|
|
|
opts = {},
|
|
|
|
|
opts = {
|
|
|
|
|
indent = {
|
|
|
|
|
char = "┊",
|
|
|
|
|
-- highlight = {
|
|
|
|
|
-- "CursorColumn",
|
|
|
|
|
-- "Whitespace",
|
|
|
|
|
-- },
|
|
|
|
|
},
|
|
|
|
|
scope = {
|
|
|
|
|
show_start = false,
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
-- "gc" to comment visual regions/lines
|
|
|
|
|