Neovim: enable wrap, disable underline of current line.
This commit is contained in:
parent
93f8b0236a
commit
ff458fc1eb
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
return {
|
return {
|
||||||
ColorColumn = { bg = "#770000" },
|
ColorColumn = { bg = "#770000" },
|
||||||
Cursorline = { underline = true },
|
|
||||||
DiffChange = { bg = NONE, fg = "#e7c547" },
|
DiffChange = { bg = NONE, fg = "#e7c547" },
|
||||||
DiffText = { bg = NONE, fg = "#ff8700" },
|
DiffText = { bg = NONE, fg = "#ff8700" },
|
||||||
FoldColumn = { bg = NONE },
|
FoldColumn = { bg = NONE },
|
||||||
|
|
|
@ -13,6 +13,7 @@ return {
|
||||||
splitbelow = true,
|
splitbelow = true,
|
||||||
splitright = true,
|
splitright = true,
|
||||||
termguicolors = true,
|
termguicolors = true,
|
||||||
|
wrap = true,
|
||||||
writebackup = false,
|
writebackup = false,
|
||||||
clipboard = "",
|
clipboard = "",
|
||||||
cmdheight = 1,
|
cmdheight = 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue