Compare commits
No commits in common. "e4cc15a310dba9d4cba2f316dd60fb87e40f187c" and "92d502d1ac0eaf83e07062c254aa37454e7711dd" have entirely different histories.
e4cc15a310
...
92d502d1ac
3 changed files with 6 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -174,7 +174,7 @@ local servers = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
elixirls = {
|
elixirls = {
|
||||||
cmd = { "elixir-ls" },
|
cmd = { "/home/nikos/Projects/elixir-ls/release/language_server.sh" },
|
||||||
settings = {
|
settings = {
|
||||||
elixirLS = {
|
elixirLS = {
|
||||||
dialyzerEnabled = true,
|
dialyzerEnabled = true,
|
||||||
|
|
|
@ -6,6 +6,5 @@ pkgs: with pkgs; [
|
||||||
zoxide # "z" command
|
zoxide # "z" command
|
||||||
nil # Nix LSP
|
nil # Nix LSP
|
||||||
nixpkgs-fmt # Nix formatter
|
nixpkgs-fmt # Nix formatter
|
||||||
direnv # Sources .envrc files
|
|
||||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) # nerdfonts jetbrains mono
|
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) # nerdfonts jetbrains mono
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue