Update 2025-01-31

This commit is contained in:
2025-01-31 19:59:43 +02:00
parent 0bf280b18b
commit bad321c624
4 changed files with 25 additions and 23 deletions

View File

@@ -51,7 +51,7 @@ vim.api.nvim_create_autocmd({ "InsertEnter" }, {
vim.api.nvim_create_autocmd({ "BufWinEnter" }, {
pattern = "**/Codnity/**",
callback = function()
vim.opt.colorcolumn = "79"
vim.opt.colorcolumn = "92"
end,
})