Re-add signcolumn
All checks were successful
/ check (push) Successful in 1m19s

This commit is contained in:
Oliver Davies 2025-06-10 13:20:40 +01:00
parent d234775406
commit 3ca167aa70

View file

@ -11,6 +11,7 @@
number = true; number = true;
relativenumber = true; relativenumber = true;
shiftwidth = 2; shiftwidth = 2;
signcolumn = "yes:1";
smartindent = true; smartindent = true;
softtabstop = 2; softtabstop = 2;
splitbelow = true; splitbelow = true;