test
This commit is contained in:
parent
a80de676b3
commit
2a08b43ef4
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
||||||
|
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
options = {
|
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
|
options = {
|
||||||
number = true;
|
number = true;
|
||||||
shiftwidth = 2;
|
shiftwidth = 2;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue