Merge branch 'master' of git.nussnougate.net:sevi-kun/nvim

This commit is contained in:
Lord Of Nougate 2023-09-08 19:14:10 +02:00
commit 221eadd375
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