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
|
@ -13,6 +13,7 @@ return {
|
|||
splitbelow = true,
|
||||
splitright = true,
|
||||
termguicolors = true,
|
||||
wrap = true,
|
||||
writebackup = false,
|
||||
clipboard = "",
|
||||
cmdheight = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue