Change sign-column to auto

This commit is contained in:
Arkaprabha Chakraborty
2023-09-09 11:20:35 +05:30
parent 7ccaeb4ee3
commit fcd565d706

View File

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