Set cursorline/column

This commit is contained in:
albert 2024-02-19 14:51:48 +09:00
parent 2efe50b6e6
commit 6cf13479be
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -18,6 +18,8 @@
options = { options = {
number = true; number = true;
wrap = false; wrap = false;
cursorline = true;
cursorcolumn = true;
shiftwidth = 2; shiftwidth = 2;
breakindent = true; breakindent = true;
colorcolumn = "100"; colorcolumn = "100";