mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-04 10:55:50 +00:00
Merge 5dff56daab into 92854bd0ea
This commit is contained in:
commit
dd491fc82c
5 changed files with 63 additions and 3 deletions
|
|
@ -49,7 +49,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