pantheon/modules/home/cli/editor/nvf/options.nix

10 lines
173 B
Nix

{
autoindent = true;
backspace = "indent,eol,start";
cursorline = true;
expandtab = true;
shiftwidth = 2;
smartindent = true;
tabstop = 2;
updatetime = 0;
}