mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Nowrap
This commit is contained in:
parent
7079893eeb
commit
5dce232e36
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ vim.opt.signcolumn = "yes"
|
||||||
vim.opt.updatetime = 300
|
vim.opt.updatetime = 300
|
||||||
vim.opt.scrolloff = 8
|
vim.opt.scrolloff = 8
|
||||||
vim.opt.splitright = true
|
vim.opt.splitright = true
|
||||||
|
vim.opt.wrap = false
|
||||||
|
|
||||||
|
|
||||||
-- Diagnostic config
|
-- Diagnostic config
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue