NeoVIM: disable line wraping
This commit is contained in:
parent
b5d9c6d8e8
commit
77208724c6
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@
|
||||||
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||||
-- Add any additional options here
|
-- Add any additional options here
|
||||||
|
|
||||||
|
-- Disable line wrapping
|
||||||
|
vim.opt.wrap = false
|
||||||
|
|
Loading…
Reference in a new issue