feat(nvf): add cursorline to nvim

This commit is contained in:
Mohammad Rafiq 2025-05-26 16:18:43 +08:00
parent 39c52199a0
commit 3c0890e20f
No known key found for this signature in database

View file

@ -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;
}