This commit is contained in:
Christoffer Martinsson 2024-10-20 20:20:05 +02:00
parent 79aee22045
commit 9a781f8e93

View File

@ -22,6 +22,7 @@ vim.o.undofile = true
vim.o.ignorecase = true
vim.o.smartcase = true
-- Keep signcolumn on by default
vim.wo.signcolumn = 'yes'