mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-26 22:34:44 +00:00
Merge 5dff56daab into b64f4e4436
This commit is contained in:
commit
2361744038
5 changed files with 63 additions and 3 deletions
|
|
@ -52,7 +52,12 @@ isMaximal: {
|
|||
enableExtraDiagnostics = true;
|
||||
|
||||
# Languages that will be supported in default and maximal configurations.
|
||||
nix.enable = true;
|
||||
nix = {
|
||||
enable = true;
|
||||
tabstop = 8;
|
||||
softtabstop = 8;
|
||||
shiftwidth = 8;
|
||||
};
|
||||
markdown.enable = true;
|
||||
|
||||
# Languages that are enabled in the maximal configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue