Add next-ls to helix config and cue to packages

This commit is contained in:
Daniel Flanagan 2023-09-19 20:23:53 -05:00
parent d72f1d31c3
commit 42333882b2
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
3 changed files with 11 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
result
*.qcow2

View file

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

View file

@ -23,6 +23,7 @@ in
bind
bottom
btrfs-progs
cue
curl
dog
dua