remove start line unnderline

pull/598/head
Micah Effiong 2 years ago
parent 724fdadbc8
commit b674370db1

@ -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

Loading…
Cancel
Save