vimPlugins.ltex_extra-nvim: init at 2023-01-29

This commit is contained in:
"Bernardo Meurer" 2023-04-11 12:17:24 -04:00 committed by Bernardo Meurer
parent 828c205e72
commit 0a961e6b2a
2 changed files with 13 additions and 0 deletions

View file

@ -4760,6 +4760,18 @@ final: prev:
meta.homepage = "https://github.com/kkharji/lspsaga.nvim/";
};
ltex_extra-nvim = buildVimPluginFrom2Nix {
pname = "ltex_extra.nvim";
version = "2023-01-29";
src = fetchFromGitHub {
owner = "barreiroleo";
repo = "ltex_extra.nvim";
rev = "1d2f288ceedc70d5a9c00f55c0d0cc788b5164f2";
sha256 = "1vknp3y3s1pavk9f4n4kb6nnymvcs7pbrnb8ckw18jyk02mfnjfs";
};
meta.homepage = "https://github.com/barreiroleo/ltex_extra.nvim/";
};
lualine-lsp-progress = buildVimPluginFrom2Nix {
pname = "lualine-lsp-progress";
version = "2021-10-23";

View file

@ -399,6 +399,7 @@ https://github.com/lspcontainers/lspcontainers.nvim/,,
https://github.com/onsails/lspkind-nvim/,,
https://github.com/tami5/lspsaga.nvim/,,
https://github.com/glepnir/lspsaga.nvim/,main,lspsaga-nvim-original
https://github.com/barreiroleo/ltex_extra.nvim/,HEAD,
https://github.com/arkav/lualine-lsp-progress/,,
https://github.com/nvim-lualine/lualine.nvim/,,
https://github.com/l3mon4d3/luasnip/,,