diff options
author | tv <tv@krebsco.de> | 2018-10-09 09:35:35 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-10-09 09:35:35 +0200 |
commit | a245d36d295b39d45caef61f16970d14007abdd6 (patch) | |
tree | 28120b3cbfa6006e5d3eb09cdb243e03fd2055bf /tv | |
parent | cc844a059e4a5b81176646dfd815d00392f96a2f (diff) |
tv vim: add vim-elixir
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/vim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 400d179..2ac7f75 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -15,6 +15,7 @@ let { extra-runtimepath = concatMapStringsSep "," (pkg: "${pkg.rtp}") [ pkgs.vimPlugins.undotree + pkgs.vimPlugins.vim-elixir (pkgs.vimUtils.buildVimPlugin { name = "vim-syntax-jq"; src = pkgs.fetchgit { |