mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-05 11:25:52 +00:00
dumb fix
This commit is contained in:
parent
a0d4238282
commit
5dff56daab
2 changed files with 4 additions and 4 deletions
|
|
@ -51,9 +51,9 @@ isMaximal: {
|
||||||
# Languages that will be supported in default and maximal configurations.
|
# Languages that will be supported in default and maximal configurations.
|
||||||
nix = {
|
nix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tabstop = 20;
|
tabstop = 8;
|
||||||
softtabstop = 20;
|
softtabstop = 8;
|
||||||
shiftwidth = 20;
|
shiftwidth = 8;
|
||||||
};
|
};
|
||||||
markdown.enable = true;
|
markdown.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ in {
|
||||||
|
|
||||||
tabstop = mkOption {
|
tabstop = mkOption {
|
||||||
description = "Sets the tabstop size in spaces for .nix files";
|
description = "Sets the tabstop size in spaces for .nix files";
|
||||||
type = nullOr null;
|
type = nullOr int;
|
||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue