summary refs log tree commit diff
diff options
context:
space:
mode:
authorocfox <i@ocfox.me>2023-02-02 13:00:34 +0800
committerocfox <i@ocfox.me>2023-02-02 13:00:34 +0800
commit892c8137360c4c5fda81e68ab759dd9a7054a8c3 (patch)
treec6c05a939b0ba82e209d6a25401151127ef60153
parent87732924fe6f92a84e329b47bc46b07de7dad5ac (diff)
downloadnixpkgs-892c8137360c4c5fda81e68ab759dd9a7054a8c3.tar
nixpkgs-892c8137360c4c5fda81e68ab759dd9a7054a8c3.tar.gz
nixpkgs-892c8137360c4c5fda81e68ab759dd9a7054a8c3.tar.bz2
nixpkgs-892c8137360c4c5fda81e68ab759dd9a7054a8c3.tar.lz
nixpkgs-892c8137360c4c5fda81e68ab759dd9a7054a8c3.tar.xz
nixpkgs-892c8137360c4c5fda81e68ab759dd9a7054a8c3.tar.zst
nixpkgs-892c8137360c4c5fda81e68ab759dd9a7054a8c3.zip
vimPlugins.heirline-nvim: init at 2023-01-30
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 7d6ced54d54..42794368049 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -3645,6 +3645,18 @@ final: prev:
     meta.homepage = "https://github.com/travitch/hasksyn/";
   };
 
+  heirline-nvim = buildVimPluginFrom2Nix {
+    pname = "heirline.nvim";
+    version = "2023-01-30";
+    src = fetchFromGitHub {
+      owner = "rebelot";
+      repo = "heirline.nvim";
+      rev = "81ceb3025e6c7030c42accc3951dad94f31ff0c8";
+      sha256 = "0m8z7k0pw7vmwmw21lcil0iprdb9l9yfx4yjk05h65027j8xhk7c";
+    };
+    meta.homepage = "https://github.com/rebelot/heirline.nvim/";
+  };
+
   hiPairs = buildVimPluginFrom2Nix {
     pname = "hiPairs";
     version = "2020-12-10";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 8838a6489f6..1cebfd2ddc3 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -305,6 +305,7 @@ https://github.com/MrcJkb/haskell-tools.nvim/,HEAD,
 https://github.com/neovimhaskell/haskell-vim/,,
 https://github.com/wenzel-hoffman/haskell-with-unicode.vim/,HEAD,
 https://github.com/travitch/hasksyn/,,
+https://github.com/rebelot/heirline.nvim/,,
 https://github.com/Yggdroot/hiPairs/,,
 https://git.sr.ht/~soywod/himalaya-vim,,
 https://github.com/mpickering/hlint-refactor-vim/,,