summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorJosé Luis Lafuente <jl@lafuente.me>2020-12-14 23:39:15 +0100
committerJosé Luis Lafuente <jl@lafuente.me>2020-12-14 23:41:14 +0100
commit9ae1ddae57ad4619734f5cc33e268814ce3fa78d (patch)
tree4340e4b8a1a11bcece85ca0f6369048f7cada967 /pkgs/misc
parente9158eca70ae59e73fae23be5d13d3fa0cfc78b4 (diff)
downloadnixpkgs-9ae1ddae57ad4619734f5cc33e268814ce3fa78d.tar
nixpkgs-9ae1ddae57ad4619734f5cc33e268814ce3fa78d.tar.gz
nixpkgs-9ae1ddae57ad4619734f5cc33e268814ce3fa78d.tar.bz2
nixpkgs-9ae1ddae57ad4619734f5cc33e268814ce3fa78d.tar.lz
nixpkgs-9ae1ddae57ad4619734f5cc33e268814ce3fa78d.tar.xz
nixpkgs-9ae1ddae57ad4619734f5cc33e268814ce3fa78d.tar.zst
nixpkgs-9ae1ddae57ad4619734f5cc33e268814ce3fa78d.zip
vimPlugins.galaxyline-nvim: init at 2020-12-14
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/vim-plugins/generated.nix12
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index 7652844a68c..54d51456dba 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -1389,6 +1389,18 @@ let
     meta.homepage = "https://github.com/junegunn/fzf.vim/";
   };
 
+  galaxyline-nvim = buildVimPluginFrom2Nix {
+    pname = "galaxyline-nvim";
+    version = "2020-12-14";
+    src = fetchFromGitHub {
+      owner = "glepnir";
+      repo = "galaxyline.nvim";
+      rev = "528bb65b00f9ef5081cb524638b3337c4e5f26b5";
+      sha256 = "069ksz4nfhlr5zlkpawh1yak4yk3vc2cd9mgy5f0r6in3wh0iypc";
+    };
+    meta.homepage = "https://github.com/glepnir/galaxyline.nvim/";
+  };
+
   gen_tags-vim = buildVimPluginFrom2Nix {
     pname = "gen_tags-vim";
     version = "2020-10-12";
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 878fef69c49..30e5006d5ae 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -128,6 +128,7 @@ garbas/vim-snipmate
 gentoo/gentoo-syntax
 GEverding/vim-hocon
 gibiansky/vim-textobj-haskell
+glepnir/galaxyline.nvim
 glts/vim-textobj-comment
 godlygeek/csapprox
 godlygeek/tabular