mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 18:28:37 +02:00
lib/vim-plugin: drop config
arg
Instead, access it via an imported module
This commit is contained in:
parent
9b0e2ba7e5
commit
2a054b039e
45 changed files with 67 additions and 102 deletions
|
@ -1,14 +1,13 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
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 config {
|
||||
helpers.vim-plugin.mkVimPlugin {
|
||||
name = "improved-search";
|
||||
originalName = "improved-search.nvim";
|
||||
defaultPackage = pkgs.vimPlugins.improved-search-nvim;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue