vimPlugins.vim-lsp-cxx-highlight: init at 2020-08-12

wip/yesman
Mazurel 4 years ago committed by Jonathan Ringer
parent 17a861413b
commit 11ffb0a362
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -5461,6 +5461,18 @@ let
meta.homepage = "https://github.com/prabirshrestha/vim-lsp/";
};
vim-lsp-cxx-highlight = buildVimPluginFrom2Nix {
pname = "vim-lsp-cxx-highlight";
version = "2020-08-12";
src = fetchFromGitHub {
owner = "jackguo380";
repo = "vim-lsp-cxx-highlight";
rev = "7c47d39d808118f0ef030b15db28ff3995d91cb6";
sha256 = "0yiyxfhicqhhpp83ilknngr8l9r8z9bchkn3xd2ri8bx0bm7i4l7";
};
meta.homepage = "https://github.com/jackguo380/vim-lsp-cxx-highlight/";
};
vim-maktaba = buildVimPluginFrom2Nix {
pname = "vim-maktaba";
version = "2020-09-23";

@ -169,6 +169,7 @@ itchyny/thumbnail.vim
itchyny/vim-cursorword
itchyny/vim-gitbranch
ivanov/vim-ipython
jackguo380/vim-lsp-cxx-highlight
jacoborus/tender.vim
jaredgorski/SpaceCamp
jaxbot/semantic-highlight.vim

Loading…
Cancel
Save