mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-08 11:21:35 +00:00
change: use toList instead of if-else statements
This commit is contained in:
parent
81d489d8e1
commit
507ac8e181
2 changed files with 6 additions and 15 deletions
|
@ -59,7 +59,10 @@ isMaximal: {
|
|||
go.enable = isMaximal;
|
||||
lua.enable = isMaximal;
|
||||
zig.enable = isMaximal;
|
||||
python.enable = isMaximal;
|
||||
python = {
|
||||
enable = true;
|
||||
lsp.server = ["basedpyright" "ruff"];
|
||||
};
|
||||
typst.enable = isMaximal;
|
||||
rust = {
|
||||
enable = isMaximal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue