mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
treewide (cleaning): helpers.vim-plugin -> lib.nixvim.vim-plugin
This commit is contained in:
parent
e54833d2f7
commit
78e295fa41
35 changed files with 36 additions and 36 deletions
|
@ -6,7 +6,7 @@
|
|||
with lib;
|
||||
# This plugin is only configured through keymaps, so we use `mkVimPlugin` without the
|
||||
# `globalPrefix` argument to avoid the creation of the `settings` option.
|
||||
helpers.vim-plugin.mkVimPlugin {
|
||||
lib.nixvim.vim-plugin.mkVimPlugin {
|
||||
name = "improved-search";
|
||||
packPathName = "improved-search.nvim";
|
||||
package = "improved-search-nvim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue