vimPlugins.lspsaga-nvim: init at 2021-01-25
This commit is contained in:
parent
13e91f4a19
commit
8d56df7390
@ -2218,6 +2218,18 @@ let
|
|||||||
meta.homepage = "https://github.com/nvim-lua/lsp_extensions.nvim/";
|
meta.homepage = "https://github.com/nvim-lua/lsp_extensions.nvim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lspsaga-nvim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "lspsaga-nvim";
|
||||||
|
version = "2021-01-25";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "glepnir";
|
||||||
|
repo = "lspsaga.nvim";
|
||||||
|
rev = "3e230bb8a5cd788d899d11b5528cd63ea47466a9";
|
||||||
|
sha256 = "0pnq8nbllk6ghjxxhnb5rbvxcj04pyplp58p58cw4dch7p4f82h5";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/glepnir/lspsaga.nvim/";
|
||||||
|
};
|
||||||
|
|
||||||
lualine-nvim = buildVimPluginFrom2Nix {
|
lualine-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "lualine-nvim";
|
pname = "lualine-nvim";
|
||||||
version = "2021-01-21";
|
version = "2021-01-21";
|
||||||
|
@ -135,6 +135,7 @@ gfanto/fzf-lsp.nvim@main
|
|||||||
gibiansky/vim-textobj-haskell
|
gibiansky/vim-textobj-haskell
|
||||||
gioele/vim-autoswap
|
gioele/vim-autoswap
|
||||||
glepnir/galaxyline.nvim@main
|
glepnir/galaxyline.nvim@main
|
||||||
|
glepnir/lspsaga.nvim@main
|
||||||
glts/vim-textobj-comment
|
glts/vim-textobj-comment
|
||||||
godlygeek/csapprox
|
godlygeek/csapprox
|
||||||
godlygeek/tabular
|
godlygeek/tabular
|
||||||
|
Loading…
x
Reference in New Issue
Block a user