This commit is contained in:
foozzi 2024-08-31 23:37:49 +02:00
parent 2e038a7559
commit ee7d6de066
4 changed files with 22 additions and 19 deletions

View file

@ -45,7 +45,8 @@ vim.api.nvim_set_keymap(
{ silent = true, noremap = true }
)
-- vim.opt_local.textwidth = 80
vim.opt_local.textwidth = 80
vim.opt_local.colorcolumn = "80"
-- vim.opt_local.wrap = true
-- vim.cmd([[set briopt+=list:-1]])