Add next-ls to helix config and cue to packages
This commit is contained in:
parent
d72f1d31c3
commit
42333882b2
3 changed files with 11 additions and 1 deletions
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 = [
|
||||
{
|
||||
name = "elixir";
|
||||
language-servers = [ "elixir-ls" "lexical" ];
|
||||
language-servers = [ "elixir-ls" "lexical" "next-ls" ];
|
||||
auto-format = true;
|
||||
}
|
||||
{
|
||||
|
|
|
@ -23,6 +23,7 @@ in
|
|||
bind
|
||||
bottom
|
||||
btrfs-progs
|
||||
cue
|
||||
curl
|
||||
dog
|
||||
dua
|
||||
|
|
Loading…
Reference in a new issue