nvim: disable wrap
This commit is contained in:
parent
8b58e61874
commit
e5b9d3920b
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ opt.undofile = true
|
|||
opt.termguicolors = true
|
||||
opt.showmode = false
|
||||
opt.mouse = ""
|
||||
opt.wrap = false
|
||||
|
||||
vim.cmd.colorscheme "tokyonight-night"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue