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 = {
|
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";
|
||||||
|
|
Loading…
Reference in a new issue