summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-05-21 21:53:17 +0200
committertv <tv@krebsco.de>2019-05-21 22:01:28 +0200
commitbe42a7069de8a328a6363282151ea21050745910 (patch)
treec08a641351bb8c8c3a2bc862fa4d02e5f5ef9029 /tv/2configs
parentb46cb34eed46dab1cb77f00c3d42efce3e075431 (diff)
tv vim: move file-line to overlay
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/vim.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index 234602aa..657d7a6a 100644
--- a/tv/2configs/vim.nix
+++ b/tv/2configs/vim.nix
@@ -15,18 +15,11 @@ let {
extra-runtimepath = concatMapStringsSep "," (pkg: "${pkg.rtp}") [
pkgs.tv.vimPlugins.elixir
+ pkgs.tv.vimPlugins.file-line
pkgs.tv.vimPlugins.fzf
pkgs.tv.vimPlugins.jq
pkgs.vimPlugins.fzfWrapper
pkgs.vimPlugins.undotree
- (pkgs.vimUtils.buildVimPlugin {
- name = "file-line-1.0";
- src = pkgs.fetchgit {
- url = git://github.com/bogado/file-line;
- rev = "refs/tags/1.0";
- sha256 = "0z47zq9rqh06ny0q8lpcdsraf3lyzn9xvb59nywnarf3nxrk6hx0";
- };
- })
((rtp: rtp // { inherit rtp; }) (pkgs.writeTextFile (let
name = "hack";
in {