mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 09:36:10 +02:00
generated: Update
- Updated efmls-configs.nix - Updated lspconfig-servers.json
This commit is contained in:
parent
a364039e8b
commit
76c2e816e1
2 changed files with 22 additions and 1 deletions
|
@ -1513,6 +1513,27 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
zig = {
|
||||
formatter = {
|
||||
lang = "zig";
|
||||
possible = [ ];
|
||||
};
|
||||
linter = {
|
||||
lang = "zig";
|
||||
possible = [
|
||||
"ZLint"
|
||||
"alex"
|
||||
"codespell"
|
||||
"cspell"
|
||||
"languagetool"
|
||||
"proselint"
|
||||
"redpen"
|
||||
"textlint"
|
||||
"vale"
|
||||
"write_good"
|
||||
];
|
||||
};
|
||||
};
|
||||
zsh = {
|
||||
formatter = {
|
||||
lang = "zsh";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue