feat(nvim): set wrap on
This commit is contained in:
parent
28d2284c10
commit
8a1e736f09
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ vim.opt.expandtab = true
|
|||
-- scroll offset
|
||||
vim.opt.scrolloff = 4
|
||||
|
||||
-- don't warp lines
|
||||
vim.opt.wrap = false
|
||||
-- wrap lines
|
||||
vim.opt.wrap = true
|
||||
|
||||
-- split to right/below
|
||||
vim.opt.splitright = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue