forked from nico/dots
nvim: add wrapping
This commit is contained in:
parent
60968792eb
commit
0769321970
1 changed files with 4 additions and 0 deletions
|
|
@ -15,3 +15,7 @@ vim.opt.scrolloff = 12
|
|||
|
||||
vim.opt.hlsearch = false
|
||||
vim.opt.incsearch = true
|
||||
|
||||
vim.opt.wrap = true
|
||||
vim.opt.linebreak = false
|
||||
vim.opt.textwidth = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue