feat(nvf): add cursorline to nvim
This commit is contained in:
parent
39c52199a0
commit
3c0890e20f
1 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
autoindent = true;
|
||||
smartindent = true;
|
||||
expandtab = true;
|
||||
tabstop = 2;
|
||||
shiftwidth = 2;
|
||||
updatetime = 0;
|
||||
backspace = "indent,eol,start";
|
||||
cursorline = true;
|
||||
expandtab = true;
|
||||
shiftwidth = 2;
|
||||
smartindent = true;
|
||||
tabstop = 2;
|
||||
updatetime = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue