Disabeling shitty wrap...

Need to find a different solution for wrap in lsp messages
This commit is contained in:
Lord Of Nougate 2023-09-06 17:08:06 +02:00
parent a6fb05eeca
commit e472cf0c13
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ vim.opt.expandtab = true
vim.opt.smartindent = true
vim.opt.wrap = true
vim.opt.wrap = false
vim.opt.swapfile = false
vim.opt.backup = false