vimPlugins.lualine-lsp-progress: init at 2021-07-10
This commit is contained in:
parent
71ec1f87a9
commit
19458a7a01
2 changed files with 13 additions and 0 deletions
|
@ -2722,6 +2722,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/glepnir/lspsaga.nvim/";
|
||||
};
|
||||
|
||||
lualine-lsp-progress = buildVimPluginFrom2Nix {
|
||||
pname = "lualine-lsp-progress";
|
||||
version = "2021-07-10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "arkav";
|
||||
repo = "lualine-lsp-progress";
|
||||
rev = "7c024f40a3b26c8f7925745cdd2fe7acc96939c4";
|
||||
sha256 = "0flmd69d7kjzcnzclx6k2yxjfy9nmkwxjlrgl3sszw5qpffxjlk1";
|
||||
};
|
||||
meta.homepage = "https://github.com/arkav/lualine-lsp-progress/";
|
||||
};
|
||||
|
||||
lualine-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "lualine-nvim";
|
||||
version = "2021-05-27";
|
||||
|
|
|
@ -28,6 +28,7 @@ antoinemadec/coc-fzf
|
|||
antoinemadec/FixCursorHold.nvim
|
||||
ap/vim-css-color
|
||||
arcticicestudio/nord-vim
|
||||
arkav/lualine-lsp-progress
|
||||
arthurxavierx/vim-unicoder
|
||||
artur-shaik/vim-javacomplete2
|
||||
autozimu/LanguageClient-neovim
|
||||
|
|
Loading…
Reference in a new issue