fix: disable highlighting 'number' when CursorLine is enabled (#941)
This commit is contained in:
@@ -19,6 +19,7 @@ M.View = {
|
|||||||
foldmethod = 'manual',
|
foldmethod = 'manual',
|
||||||
foldcolumn = '0',
|
foldcolumn = '0',
|
||||||
cursorcolumn = false,
|
cursorcolumn = false,
|
||||||
|
cursorlineopt = "line",
|
||||||
colorcolumn = '0',
|
colorcolumn = '0',
|
||||||
wrap = false,
|
wrap = false,
|
||||||
winhl = table.concat({
|
winhl = table.concat({
|
||||||
|
|||||||
Reference in New Issue
Block a user