mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 00:34:34 +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";
|
||||
|
|
|
@ -1207,7 +1207,7 @@
|
|||
},
|
||||
{
|
||||
"cmd": ["pug-lsp"],
|
||||
"desc": "https://github.com/opa-oz/pug-lsp\n\nAn implementation of the Language Protocol Server for [Pug.js](http://pugjs.org)\n\nPugLSP can be installed via `go get github.com/opa-oz/pug-lsp`, or manually downloaded from [releases page](https://github.com/opa-oz/pug-lsp/releases)\n ",
|
||||
"desc": "https://github.com/opa-oz/pug-lsp\n\nAn implementation of the Language Protocol Server for [Pug.js](http://pugjs.org)\n\nPugLSP can be installed via `go install github.com/opa-oz/pug-lsp@latest`, or manually downloaded from [releases page](https://github.com/opa-oz/pug-lsp/releases)\n ",
|
||||
"name": "pug"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue