signcolumn number

This commit is contained in:
jhe 2024-05-22 16:25:58 +02:00
parent 6e0b9477e5
commit 1ff791946a
No known key found for this signature in database
GPG Key ID: 10FFC60F6B8DC9B7
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ vim.opt.ignorecase = true
vim.opt.smartcase = true vim.opt.smartcase = true
-- Keep signcolumn on by default -- Keep signcolumn on by default
vim.opt.signcolumn = 'yes' vim.opt.signcolumn = 'number'
-- Decrease update time -- Decrease update time
vim.opt.updatetime = 250 vim.opt.updatetime = 250