Set cursorline/column
This commit is contained in:
parent
2efe50b6e6
commit
6cf13479be
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
options = {
|
||||
number = true;
|
||||
wrap = false;
|
||||
cursorline = true;
|
||||
cursorcolumn = true;
|
||||
shiftwidth = 2;
|
||||
breakindent = true;
|
||||
colorcolumn = "100";
|
||||
|
|
Loading…
Reference in a new issue