This commit is contained in:
2025-01-02 09:45:18 -05:00
parent 328cc19fa1
commit 8f2863bdf4

View File

@@ -24,7 +24,8 @@ opt.guicursor = ""
opt.scrolloff = 8
-- format --
opt.formatoptions:remove "o"
vim.cmd('autocmd BufEnter * set formatoptions-=cro')
vim.cmd('autocmd BufEnter * setlocal formatoptions-=cro')
opt.signcolumn = "yes"
opt.termguicolors = true
opt.colorcolumn = "80"