mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +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
|
@ -7,7 +7,7 @@
|
|||
with lib;
|
||||
# This plugin has no configuration, 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 = "texpresso";
|
||||
packPathName = "texpresso.vim";
|
||||
package = "texpresso-vim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue