mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-07 09:33:23 +00:00
11 lines
91 B
Nix
11 lines
91 B
Nix
![]() |
{
|
||
|
config,
|
||
|
lib,
|
||
|
...
|
||
|
}:
|
||
|
with lib;
|
||
|
with builtins; {
|
||
|
options.vim.lsp.elixir = {
|
||
|
};
|
||
|
}
|