Compare commits
2 commits
92d502d1ac
...
e4cc15a310
Author | SHA1 | Date | |
---|---|---|---|
|
e4cc15a310 | ||
|
73d301db70 |
3 changed files with 3 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
@ -174,7 +174,7 @@ local servers = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
elixirls = {
|
elixirls = {
|
||||||
cmd = { "/home/nikos/Projects/elixir-ls/release/language_server.sh" },
|
cmd = { "elixir-ls" },
|
||||||
settings = {
|
settings = {
|
||||||
elixirLS = {
|
elixirLS = {
|
||||||
dialyzerEnabled = true,
|
dialyzerEnabled = true,
|
||||||
|
|
|
@ -6,5 +6,6 @@ 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