dressing.nvim/lua/dressing
Paul Stemmet 114ed132a3
fix(map_util): add `<CR>` after string bindings
If you have two <Plug> bindings, one that's a prefix to another:
- <Plug>MyScript:Cmd
- <Plug>MyScript:Cmd2
If you try and use the prefix binding, vim will wait for `ttimeoutlen`

Co-authored-by: Oliver Marshall <olivershawmarshall@gmail.com>
2024-08-18 18:11:13 +00:00
..
select cleanup: remove warnings for using deprecated highlight groups 2024-06-18 21:26:01 -04:00
config.lua cleanup: remove warning for deprecated "anchor" config option 2024-06-18 21:26:01 -04:00
health.lua ci: run tests against Neovim v0.10.0 2024-05-16 12:26:10 -07:00
init.lua refactor!: drop support for Neovim 0.7 2023-06-15 21:52:50 -07:00
input.lua cleanup: remove warnings for using deprecated highlight groups 2024-06-18 21:26:01 -04:00
map_util.lua fix(map_util): add `<CR>` after string bindings 2024-08-18 18:11:13 +00:00
patch.lua feat: add checkhealth messages 2024-01-15 19:24:30 -08:00
util.lua fix: stuck input control if callback fails (#158) 2024-05-22 13:48:25 -07:00