From 42333882b2b76e4c0840bc345cd3b883a8ab7303 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 19 Sep 2023 20:23:53 -0500 Subject: [PATCH] Add next-ls to helix config and cue to packages --- .gitignore | 2 ++ home/user.nix | 9 ++++++++- nixos/common.nix | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87a3018 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +result +*.qcow2 diff --git a/home/user.nix b/home/user.nix index a94d694..ee45072 100644 --- a/home/user.nix +++ b/home/user.nix @@ -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; } { diff --git a/nixos/common.nix b/nixos/common.nix index 52af431..41d2b10 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -23,6 +23,7 @@ in bind bottom btrfs-progs + cue curl dog dua