Skip to content

Commit

Permalink
feat(neovim): added support for elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jan 3, 2025
1 parent e26b1e7 commit eef3cf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion home-manager/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ with lib;
};
};
servers = {
elixirls.enable = true;
bashls = {
enable = true;
package = pkgs.nodePackages.bash-language-server;
Expand All @@ -140,7 +141,10 @@ with lib;
};

web-devicons.enable = true;
treesitter.enable = true;
treesitter = {
enable = true;
settings.highlight.enable = true;
};

luasnip.enable = true;
cmp-nvim-lua.enable = true;
Expand Down

0 comments on commit eef3cf5

Please sign in to comment.