vimPlugins.nvim-dap-virtual-text: init at 2020-11-09
This commit is contained in:
parent
ba819f3300
commit
a38c1bd528
|
@ -2578,6 +2578,18 @@ let
|
||||||
meta.homepage = "https://github.com/mfussenegger/nvim-dap/";
|
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 {
|
nvim-gdb = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-gdb";
|
pname = "nvim-gdb";
|
||||||
version = "2020-10-01";
|
version = "2020-10-01";
|
||||||
|
|
|
@ -494,6 +494,7 @@ ternjs/tern_for_vim
|
||||||
terryma/vim-expand-region
|
terryma/vim-expand-region
|
||||||
terryma/vim-multiple-cursors
|
terryma/vim-multiple-cursors
|
||||||
tex/vimpreviewpandoc
|
tex/vimpreviewpandoc
|
||||||
|
theHamsta/nvim-dap-virtual-text
|
||||||
thinca/vim-ft-diff_fold
|
thinca/vim-ft-diff_fold
|
||||||
thinca/vim-prettyprint
|
thinca/vim-prettyprint
|
||||||
thinca/vim-quickrun
|
thinca/vim-quickrun
|
||||||
|
|
Loading…
Reference in New Issue