bump
This commit is contained in:
Tao Tien 2024-10-07 19:41:32 -07:00
parent 15a359a954
commit eb8c06c947
6 changed files with 173 additions and 161 deletions

View file

@ -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";
};