summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kuznetsov <fear@loathing.in>2020-12-15 03:44:15 +0400
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-12-15 22:36:45 -0800
commita3428b647038930f542ceabc63058f90fa179ad4 (patch)
tree978d2fbfc0b5dd27871ae1d494d5a80ea1ee69b0
parent8b8de560a9e362998001479f497e09b755eedaea (diff)
vimPlugins.vim-lightline-coc: init at 2020-11-15
-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 90fc81574aa7..0b30d6239a6f 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -5703,6 +5703,18 @@ let
meta.homepage = "https://github.com/ledger/vim-ledger/";
};
+ vim-lightline-coc = buildVimPluginFrom2Nix {
+ pname = "vim-lightline-coc";
+ version = "2020-11-15";
+ src = fetchFromGitHub {
+ owner = "josa42";
+ repo = "vim-lightline-coc";
+ rev = "92a32b37ac1039ba39a451bd928bc62a316f0a7a";
+ sha256 = "1qwim9y20ffn6dx4s69389w4d2c0rwlp7ri2pxhfb6bgyvibrc3s";
+ };
+ meta.homepage = "https://github.com/josa42/vim-lightline-coc/";
+ };
+
vim-lion = buildVimPluginFrom2Nix {
pname = "vim-lion";
version = "2020-07-18";
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 0a9872a605a1..95f341e16063 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -200,6 +200,7 @@ jnurmine/zenburn
jonbri/vim-colorstepper
jonsmithers/vim-html-template-literals
joonty/vim-xdebug
+josa42/vim-lightline-coc
joshdick/onedark.vim
jpalardy/vim-slime@main
jparise/vim-graphql