Compare commits

..

No commits in common. "e4cc15a310dba9d4cba2f316dd60fb87e40f187c" and "92d502d1ac0eaf83e07062c254aa37454e7711dd" have entirely different histories.

3 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -174,7 +174,7 @@ local servers = {
},
},
elixirls = {
cmd = { "elixir-ls" },
cmd = { "/home/nikos/Projects/elixir-ls/release/language_server.sh" },
settings = {
elixirLS = {
dialyzerEnabled = true,

View file

@ -6,6 +6,5 @@ pkgs: with pkgs; [
zoxide # "z" command
nil # Nix LSP
nixpkgs-fmt # Nix formatter
direnv # Sources .envrc files
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) # nerdfonts jetbrains mono
]