Neovim: enable wrap, disable underline of current line.
This commit is contained in:
parent
93f8b0236a
commit
ff458fc1eb
@ -1,6 +1,5 @@
|
||||
return {
|
||||
ColorColumn = { bg = "#770000" },
|
||||
Cursorline = { underline = true },
|
||||
DiffChange = { bg = NONE, fg = "#e7c547" },
|
||||
DiffText = { bg = NONE, fg = "#ff8700" },
|
||||
FoldColumn = { bg = NONE },
|
||||
|
@ -13,6 +13,7 @@ return {
|
||||
splitbelow = true,
|
||||
splitright = true,
|
||||
termguicolors = true,
|
||||
wrap = true,
|
||||
writebackup = false,
|
||||
clipboard = "",
|
||||
cmdheight = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user