feat: add settings to avoid life being ruined

This commit is contained in:
Youwen Wu 2024-09-18 01:04:10 -07:00
parent c074ca3615
commit cd670638d1
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -6,5 +6,8 @@
laststatus = 3; laststatus = 3;
relativenumber = true; relativenumber = true;
number = true; number = true;
shiftwidth = 2;
tabstop = 4;
foldlevel = 9;
}; };
} }