mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-11 03:21:09 +01:00
treewide: remove with lib;
This commit is contained in:
parent
cd0443e166
commit
629f9d75f8
67 changed files with 276 additions and 338 deletions
|
|
@ -2,13 +2,15 @@
|
|||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
inherit (lib) types;
|
||||
in
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
name = "tmux-navigator";
|
||||
package = "vim-tmux-navigator";
|
||||
globalPrefix = "tmux_navigator_";
|
||||
|
||||
maintainers = [ maintainers.MattSturgeon ];
|
||||
maintainers = [ lib.maintainers.MattSturgeon ];
|
||||
|
||||
description = ''
|
||||
Seamless navigation between tmux panes and vim splits.
|
||||
|
|
@ -161,7 +163,7 @@ lib.nixvim.plugins.mkVimPlugin {
|
|||
};
|
||||
|
||||
extraOptions = {
|
||||
keymaps = mkOption {
|
||||
keymaps = lib.mkOption {
|
||||
description = ''
|
||||
Keymaps for the `:TmuxNavigate*` commands.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue