nvim: disable wrap

This commit is contained in:
cy 2024-12-21 02:55:46 -05:00
parent 8b58e61874
commit e5b9d3920b

View file

@ -32,6 +32,7 @@ opt.undofile = true
opt.termguicolors = true opt.termguicolors = true
opt.showmode = false opt.showmode = false
opt.mouse = "" opt.mouse = ""
opt.wrap = false
vim.cmd.colorscheme "tokyonight-night" vim.cmd.colorscheme "tokyonight-night"