Compare commits

..

2 commits

Author SHA1 Message Date
Nikos Papadakis
e4cc15a310
nvim 2023-10-02 15:56:12 +03:00
Nikos Papadakis
73d301db70
add direnv 2023-10-02 15:55:45 +03:00
3 changed files with 3 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -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,

View file

@ -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
] ]