From 7a20488c059e6a273d1879d506e5229f1e6df7f6 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 15 Apr 2023 12:43:50 +0300 Subject: [PATCH] feat: add elixir-ls to accepted plugins --- lib/types/plugins.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/types/plugins.nix b/lib/types/plugins.nix index 3ff9dd1..03a433a 100644 --- a/lib/types/plugins.nix +++ b/lib/types/plugins.nix @@ -79,6 +79,7 @@ with lib; let "vim-repeat" "smartcolumn" "project-nvim" + "elixir-ls" ]; # You can either use the name of the plugin or a package. pluginsType = with types;