vimPlugins.compe-latex-symbols: init at 2021-05-14

This commit is contained in:
"Minijackson" 2021-06-05 11:15:54 +02:00
parent 7b269b6d11
commit 1a9ed313e6
2 changed files with 13 additions and 0 deletions

View file

@ -652,6 +652,18 @@ final: prev:
meta.homepage = "https://github.com/tami5/compe-conjure/";
};
compe-latex-symbols = buildVimPluginFrom2Nix {
pname = "compe-latex-symbols";
version = "2021-05-14";
src = fetchFromGitHub {
owner = "GoldsteinE";
repo = "compe-latex-symbols";
rev = "70f58e53e142e3c59fe0f673dd54ce690ae57367";
sha256 = "0p4xss3zyp6002hsa6dx989zhp672mc30b57w5cjhcgbknw0iy1l";
};
meta.homepage = "https://github.com/GoldsteinE/compe-latex-symbols/";
};
compe-tabnine = buildVimPluginFrom2Nix {
pname = "compe-tabnine";
version = "2021-05-09";

View file

@ -165,6 +165,7 @@ glepnir/zephyr-nvim@main
glts/vim-textobj-comment
godlygeek/csapprox
godlygeek/tabular
GoldsteinE/compe-latex-symbols
google/vim-codefmt
google/vim-jsonnet
google/vim-maktaba