Change sign-column to auto

This commit is contained in:
Arkaprabha Chakraborty 2023-09-09 11:20:35 +05:30
parent 7ccaeb4ee3
commit fcd565d706
No known key found for this signature in database
GPG key ID: 3A4E2B952EE60E17

View file

@ -5,4 +5,4 @@ vim.o.relativenumber = true
vim.o.smartindent = true
vim.o.syntax = true
vim.o.cursorline = true
vim.o.signcolumn = "number"
vim.o.signcolumn = "auto"