vimPlugins.nvim-dap-virtual-text: init at 2020-11-09

This commit is contained in:
RonanMacF 2020-11-14 18:51:15 +00:00 committed by Jonathan Ringer
parent ba819f3300
commit a38c1bd528
2 changed files with 13 additions and 0 deletions

View File

@ -2578,6 +2578,18 @@ let
meta.homepage = "https://github.com/mfussenegger/nvim-dap/";
};
nvim-dap-virtual-text = buildVimPluginFrom2Nix {
pname = "nvim-dap-virtual-text";
version = "2020-11-09";
src = fetchFromGitHub {
owner = "theHamsta";
repo = "nvim-dap-virtual-text";
rev = "7c4bbfb1caa2b5be1e863962bd0bc142e10b801f";
sha256 = "1ry4799s4nj4nhfd2p0hbb3r8vp87zgwn0cw1h8w1hhyv9gfjn82";
};
meta.homepage = "https://github.com/theHamsta/nvim-dap-virtual-text/";
};
nvim-gdb = buildVimPluginFrom2Nix {
pname = "nvim-gdb";
version = "2020-10-01";

View File

@ -494,6 +494,7 @@ ternjs/tern_for_vim
terryma/vim-expand-region
terryma/vim-multiple-cursors
tex/vimpreviewpandoc
theHamsta/nvim-dap-virtual-text
thinca/vim-ft-diff_fold
thinca/vim-prettyprint
thinca/vim-quickrun