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

9 lines
152 B
Nix

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