mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
vimPlugins.nvim-dap-ui: init at 2021-05-21
This commit is contained in:
parent
757de5a432
commit
0eb12af279
2 changed files with 13 additions and 0 deletions
|
@ -3322,6 +3322,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/mfussenegger/nvim-dap/";
|
||||
};
|
||||
|
||||
nvim-dap-ui = buildVimPluginFrom2Nix {
|
||||
pname = "nvim-dap-ui";
|
||||
version = "2021-05-21";
|
||||
src = fetchFromGitHub {
|
||||
owner = "rcarriga";
|
||||
repo = "nvim-dap-ui";
|
||||
rev = "cf7a6bb4e7c93ef60a18097bd24a6db2baea7306";
|
||||
sha256 = "0mv7230xpcicaypmlfjsyhzwb6mp8vyp0sdzis5z2ixvm7rmh70a";
|
||||
};
|
||||
meta.homepage = "https://github.com/rcarriga/nvim-dap-ui/";
|
||||
};
|
||||
|
||||
nvim-dap-virtual-text = buildVimPluginFrom2Nix {
|
||||
pname = "nvim-dap-virtual-text";
|
||||
version = "2021-05-16";
|
||||
|
|
|
@ -529,6 +529,7 @@ ray-x/aurora
|
|||
ray-x/lsp_signature.nvim
|
||||
rbgrouleff/bclose.vim
|
||||
rbong/vim-flog
|
||||
rcarriga/nvim-dap-ui
|
||||
rhysd/committia.vim
|
||||
rhysd/devdocs.vim
|
||||
rhysd/git-messenger.vim
|
||||
|
|
Loading…
Reference in a new issue