use iwd
This commit is contained in:
parent
5b589df871
commit
364de24489
5 changed files with 307 additions and 9 deletions
|
|
@ -53,8 +53,25 @@
|
|||
};
|
||||
};
|
||||
languages = {
|
||||
use-grammars.only = ["rust" "c" "cpp" "typst" "nix" "html" "toml" "markdown" "just" "bash" "gas"];
|
||||
use-grammars.only = [
|
||||
"rust"
|
||||
"c"
|
||||
"cpp"
|
||||
"typst"
|
||||
"nix"
|
||||
"html"
|
||||
"toml"
|
||||
"markdown"
|
||||
"just"
|
||||
"bash"
|
||||
"gas"
|
||||
"sql"
|
||||
];
|
||||
language = [
|
||||
{
|
||||
name = "sql";
|
||||
language-servers = ["sqls"];
|
||||
}
|
||||
{
|
||||
name = "arduino";
|
||||
grammar = "arduino";
|
||||
|
|
@ -181,6 +198,9 @@
|
|||
command = "boxxy";
|
||||
args = ["arduino-language-server" "-cli" "arduino-cli" "-cli-config" "~/.local/share/arduino/cli/arduino-cli.yaml" "-jobs" "0"];
|
||||
};
|
||||
sqls = {
|
||||
command = "sqls";
|
||||
};
|
||||
};
|
||||
grammar = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue