vimPlugins.vim-lsp-cxx-highlight: init at 2020-08-12
This commit is contained in:
parent
17a861413b
commit
11ffb0a362
@ -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…
Reference in New Issue
Block a user