we did something

This commit is contained in:
Aram Markarov
2025-09-24 22:57:58 +02:00
parent 0712f38bf6
commit 2ab8372f82
4 changed files with 24 additions and 68 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ vim.opt.isfname:append("@-@")
vim.opt.updatetime = 50
vim.opt.colorcolumn = "80"
vim.opt.textwidth = 80
vim.opt.formatoptions = "tcrqnj"
vim.opt.formatoptions = "rqnj"
vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
vim.o.laststatus = 3
vim.o.clipboard = "unnamedplus"