Add next-ls to helix config and cue to packages
This commit is contained in:
parent
d72f1d31c3
commit
42333882b2
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
result
|
||||||
|
*.qcow2
|
|
@ -161,10 +161,17 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
language-server = {
|
||||||
|
next-ls = {
|
||||||
|
command = "next-ls";
|
||||||
|
args = [ "--stdout" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
language = [
|
language = [
|
||||||
{
|
{
|
||||||
name = "elixir";
|
name = "elixir";
|
||||||
language-servers = [ "elixir-ls" "lexical" ];
|
language-servers = [ "elixir-ls" "lexical" "next-ls" ];
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
@ -23,6 +23,7 @@ in
|
||||||
bind
|
bind
|
||||||
bottom
|
bottom
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
|
cue
|
||||||
curl
|
curl
|
||||||
dog
|
dog
|
||||||
dua
|
dua
|
||||||
|
|
Loading…
Reference in a new issue