nvf: 0.7 changes
This commit is contained in:
parent
671da8f322
commit
aaa88d49d7
3 changed files with 10 additions and 9 deletions
9
outputs/pkgs/ook-vim/opts.nix
Normal file
9
outputs/pkgs/ook-vim/opts.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
vim = {
|
||||
options = {
|
||||
tabstop = 2;
|
||||
shiftwidth = 2;
|
||||
autoindent = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue