Neovim: enable wrap, disable underline of current line.

This commit is contained in:
Bartek Stalewski 2023-04-21 15:10:06 +02:00
parent 93f8b0236a
commit ff458fc1eb
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
return {
ColorColumn = { bg = "#770000" },
Cursorline = { underline = true },
DiffChange = { bg = NONE, fg = "#e7c547" },
DiffText = { bg = NONE, fg = "#ff8700" },
FoldColumn = { bg = NONE },

View File

@ -13,6 +13,7 @@ return {
splitbelow = true,
splitright = true,
termguicolors = true,
wrap = true,
writebackup = false,
clipboard = "",
cmdheight = 1,