fix: spring cleanup

This commit is contained in:
Oliver Ladner 2025-04-02 12:36:01 +02:00
commit 6060e83a16
4 changed files with 71 additions and 100 deletions

View file

@ -1,5 +0,0 @@
-- Disable column width indicators in quickfix/Trouble windows
-- vim.opt.colorcolumn = ""
vim.opt.colorcolumn = ""
vim.opt_local.colorcolumn = ""
vim.wo.colorcolumn = "0"