mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
treewide (cleaning): helpers.neovim-plugin -> lib.nixvim.neovim-plugin
This commit is contained in:
parent
1e690618d9
commit
e54833d2f7
93 changed files with 93 additions and 93 deletions
|
@ -56,7 +56,7 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
options.plugins.dap.extensions.dap-ui = helpers.neovim-plugin.extraOptionsOptions // {
|
||||
options.plugins.dap.extensions.dap-ui = lib.nixvim.neovim-plugin.extraOptionsOptions // {
|
||||
enable = mkEnableOption "dap-ui";
|
||||
|
||||
package = lib.mkPackageOption pkgs "dap-ui" {
|
||||
|
|
|
@ -19,7 +19,7 @@ with dapHelpers;
|
|||
./dap-virtual-text.nix
|
||||
];
|
||||
|
||||
options.plugins.dap = helpers.neovim-plugin.extraOptionsOptions // {
|
||||
options.plugins.dap = lib.nixvim.neovim-plugin.extraOptionsOptions // {
|
||||
enable = mkEnableOption "dap";
|
||||
|
||||
package = lib.mkPackageOption pkgs "dap" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue