vimPlugins.cmp-latex-symbols: init at 2021-09-10

This commit is contained in:
figsoda 2021-09-12 16:37:04 -04:00
parent 130479b12c
commit 55afd0721b
2 changed files with 13 additions and 0 deletions

View File

@ -579,6 +579,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-emoji/";
};
cmp-latex-symbols = buildVimPluginFrom2Nix {
pname = "cmp-latex-symbols";
version = "2021-09-10";
src = fetchFromGitHub {
owner = "kdheepak";
repo = "cmp-latex-symbols";
rev = "29dc9e53d17cd1f26605888f85500c8ba79cebff";
sha256 = "17qjw0yp0cmgyjy593qq6rfh7fgfwgb7mxg7a0kg1drjpncwv8gl";
};
meta.homepage = "https://github.com/kdheepak/cmp-latex-symbols/";
};
cmp-nvim-lsp = buildVimPluginFrom2Nix {
pname = "cmp-nvim-lsp";
version = "2021-09-03";

View File

@ -327,6 +327,7 @@ karb94/neoscroll.nvim
kassio/neoterm
kbenzie/vim-spirv
kchmck/vim-coffee-script
kdheepak/cmp-latex-symbols@main
kdheepak/lazygit.nvim
KeitaNakamura/neodark.vim
keith/investigate.vim