huh
bump
This commit is contained in:
parent
15a359a954
commit
eb8c06c947
6 changed files with 173 additions and 161 deletions
|
|
@ -72,6 +72,10 @@
|
|||
name = "sql";
|
||||
language-servers = ["sqls"];
|
||||
}
|
||||
{
|
||||
name = "go";
|
||||
formatter.command = "goimports";
|
||||
}
|
||||
{
|
||||
name = "arduino";
|
||||
grammar = "arduino";
|
||||
|
|
@ -187,6 +191,7 @@
|
|||
};
|
||||
};
|
||||
language-server = {
|
||||
rust-analyzer.config.check.command = "clippy";
|
||||
# gas = {
|
||||
# command = "asm-lsp";
|
||||
# };
|
||||
|
|
@ -198,6 +203,11 @@
|
|||
command = "boxxy";
|
||||
args = ["arduino-language-server" "-cli" "arduino-cli" "-cli-config" "~/.local/share/arduino/cli/arduino-cli.yaml" "-jobs" "0"];
|
||||
};
|
||||
# gopls = {
|
||||
# config = {
|
||||
# unusedVariable = false;
|
||||
# };
|
||||
# };
|
||||
sqls = {
|
||||
command = "sqls";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue