1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-28 07:19:48 +01:00
neovim-flake/modules/languages/elixir/elixir-tools.nix

12 lines
152 B
Nix
Raw Normal View History

{
config,
lib,
...
}:
with lib;
with builtins; {
options.vim.languages.elixir = {
enable = mkEnableOption "Elixir language support";
};
}