vimPlugins.nvim-lsputils: init at 2020-11-13

This commit is contained in:
"Andrey Kuznetsov" 2020-11-19 00:53:33 +04:00
parent 1edb7b016b
commit 3f1970afab
2 changed files with 13 additions and 0 deletions

View File

@ -2626,6 +2626,18 @@ let
meta.homepage = "https://github.com/neovim/nvim-lspconfig/";
};
nvim-lsputils = buildVimPluginFrom2Nix {
pname = "nvim-lsputils";
version = "2020-11-13";
src = fetchFromGitHub {
owner = "RishabhRD";
repo = "nvim-lsputils";
rev = "6abfc5411c8292eea756816b2db9f0ee9ab344ff";
sha256 = "07s3psv27nr99f6d6173cykvqqiv22dqljy89j8wnqkh2rskzfrq";
};
meta.homepage = "https://github.com/RishabhRD/nvim-lsputils/";
};
nvim-terminal-lua = buildVimPluginFrom2Nix {
pname = "nvim-terminal-lua";
version = "2019-10-17";

View File

@ -437,6 +437,7 @@ rhysd/git-messenger.vim
rhysd/vim-clang-format
rhysd/vim-grammarous
rhysd/vim-operator-surround
RishabhRD/nvim-lsputils
RishabhRD/popfix
rodjek/vim-puppet
romainl/vim-cool