remove start line unnderline
This commit is contained in:
parent
724fdadbc8
commit
b674370db1
13
init.lua
13
init.lua
@ -186,7 +186,18 @@ require('lazy').setup({
|
|||||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||||
-- See `:help ibl`
|
-- See `:help ibl`
|
||||||
main = 'ibl',
|
main = 'ibl',
|
||||||
opts = {},
|
opts = {
|
||||||
|
indent = {
|
||||||
|
char = "┊",
|
||||||
|
-- highlight = {
|
||||||
|
-- "CursorColumn",
|
||||||
|
-- "Whitespace",
|
||||||
|
-- },
|
||||||
|
},
|
||||||
|
scope = {
|
||||||
|
show_start = false,
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- "gc" to comment visual regions/lines
|
-- "gc" to comment visual regions/lines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user