jinh0 / eyeliner.nvim

👀 Move faster with unique f/F indicators.
441 stars 14 forks source link

fix: remove `nvim_del_autocmd` call #7

Closed ggandor closed 2 years ago

ggandor commented 2 years ago

nvim_del_autocmd deletes an autocommand by id, not name, so that line throws an error on each :EyelinerDisable/Toggle. (It refers to a non-existing autocommand anyway.)

jinh0 commented 2 years ago

I don't know how I didn't catch that. Thanks!