mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-04 02:45:53 +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.
|
||||
nix = {
|
||||
enable = true;
|
||||
tabstop = 20;
|
||||
softtabstop = 20;
|
||||
shiftwidth = 20;
|
||||
tabstop = 8;
|
||||
softtabstop = 8;
|
||||
shiftwidth = 8;
|
||||
};
|
||||
markdown.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ in {
|
|||
|
||||
tabstop = mkOption {
|
||||
description = "Sets the tabstop size in spaces for .nix files";
|
||||
type = nullOr null;
|
||||
type = nullOr int;
|
||||
default = null;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue