feat: refactor dart and elixir LSPs according to the new structure

This commit is contained in:
NotAShelf 2023-04-18 03:18:02 +03:00
commit 824c852ec1
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
12 changed files with 167 additions and 87 deletions

View file

@ -0,0 +1,11 @@
{
config,
lib,
...
}:
with lib;
with builtins; {
options.vim.languages.elixir = {
enable = mkEnableOption "elixir support";
};
}