feat(nvf): add some vim options
This commit is contained in:
parent
e1e89b0b16
commit
b99c94c4d0
3 changed files with 20 additions and 8 deletions
8
modules/home/cli/editor/nvf/options.nix
Normal file
8
modules/home/cli/editor/nvf/options.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
autoindent = true;
|
||||
smartindent = true;
|
||||
expandtab = true;
|
||||
tabstop = 2;
|
||||
shiftwidth = 2;
|
||||
backspace = "indent,eol,start";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue