mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +02:00
generated: Update
- Updated efmls-configs.nix - Updated lspconfig-servers.json - Updated rust-analyzer.nix
This commit is contained in:
parent
b33189256b
commit
4463eccbd2
3 changed files with 45 additions and 0 deletions
|
@ -469,6 +469,28 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
gleam = {
|
||||
formatter = {
|
||||
lang = "gleam";
|
||||
possible = [
|
||||
"gleam_format"
|
||||
];
|
||||
};
|
||||
linter = {
|
||||
lang = "gleam";
|
||||
possible = [
|
||||
"alex"
|
||||
"codespell"
|
||||
"cspell"
|
||||
"languagetool"
|
||||
"proselint"
|
||||
"redpen"
|
||||
"textlint"
|
||||
"vale"
|
||||
"write_good"
|
||||
];
|
||||
};
|
||||
};
|
||||
go = {
|
||||
formatter = {
|
||||
lang = "go";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue