nvim config setup

This commit is contained in:
2024-10-13 15:14:54 +02:00
parent 7be7be7262
commit 5701b5fd20
5 changed files with 255 additions and 69 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ vim.opt.colorcolumn = ""
vim.opt.smartindent = true
vim.opt.wrap = false
vim.opt.wrap = true
vim.opt.swapfile = false
vim.opt.backup = false