Matt Sturgeon
2a054b039e
lib/vim-plugin: drop config
arg
...
Instead, access it via an imported module
2024-09-02 10:33:50 +01:00
Matt Sturgeon
7fb1f9dd9d
modules/keymap: improve lua
deprecation
...
- Replace nullable lua option with a no-default option.
- Made it so the deprecated option is only declared when `lua = true` is passed.
- Replace `normalizeMappings` with a `removeDeprecatedMapAttrs` helper.
- Added warnings for all options that historically had `lua` support.
2024-08-18 22:11:11 +01:00
Matt Sturgeon
497ce47593
maintainers: remove MattSturgeon
2024-07-10 09:18:17 +01:00
Matt Sturgeon
94a452074f
plugins/tmux-navigator: add keymaps option
...
Enable users to more easily create keymaps for tmux-navigator's
directional motions.
2024-06-07 15:42:54 +01:00
Matt Sturgeon
4634c3781b
plugins/tmux-navigator: remove old deprecations
2024-06-07 15:42:54 +01:00
traxys
62f32bfc71
treewide: Reformat with nixfmt
2024-05-05 22:00:40 +02:00
Matt Sturgeon
fd5ef72725
plugins/tmux-navigator: use un-aliased package
2024-03-23 13:24:58 +01:00
Matt Sturgeon
9dc094489a
plugins/tmux-navigator: port to mkVimPlugin
...
Add missing settings:
- preserve_zoom
- no_mappings
Include upstream's documentation.
Deprecate old option names.
2024-03-23 13:24:58 +01:00
Gaetan Lepage
b6724702b4
misc: refactor imports, prefer adding helpers
to args rather than importing it
2023-11-06 16:33:39 +01:00
municorn
3fd743fe80
docs: fix grammar, spelling, and text for enable
options
2023-10-09 15:04:57 +02:00
Fabian Page
ca187c2262
plugins/tmux-navigator: init + tests ( #314 )
2023-04-04 14:00:04 +02:00