mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 17:15:01 +02:00
plugins/dap-virtual-text: migrate to mkNeovimPlugin
This commit is contained in:
parent
9eae5db29a
commit
32aa73af47
6 changed files with 142 additions and 137 deletions
|
@ -12,10 +12,6 @@ let
|
|||
inherit (dapHelpers) mkSignOption;
|
||||
in
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
imports = [
|
||||
./dap-virtual-text.nix
|
||||
];
|
||||
|
||||
name = "dap";
|
||||
package = "nvim-dap";
|
||||
packPathName = "nvim-dap";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue