mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 08:44:32 +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 = {
|
zsh = {
|
||||||
formatter = {
|
formatter = {
|
||||||
lang = "zsh";
|
lang = "zsh";
|
||||||
|
|
|
@ -1207,7 +1207,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": ["pug-lsp"],
|
"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"
|
"name": "pug"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue