lewis6991 / satellite.nvim

Decorate scrollbar for Neovim
MIT License
555 stars 21 forks source link

satellite will remap `m` and cause some delay #26

Closed NEX-S closed 2 years ago

NEX-S commented 2 years ago

https://github.com/lewis6991/satellite.nvim/blob/609623c88ef9a1e6869dd20443a2027c10502b92/lua/satellite/autocmd/mark.lua#L22

if we map m to another keymap, the satellite will remap m and cause some delay.

vim.keymap.set('n', 'm', '%', { noremap = true, silent = true })
NEX-S commented 2 years ago

https://github.com/lewis6991/satellite.nvim/pull/25#issue-1430468649

lewis6991 commented 2 years ago

Yes, and?

Please read the README. This is an experimental plugin and the APIs needed in order to implement this plugin robustly do not yet exist.