-
I have the following code in my mapping confs: nvim.cmd([[
try
call arpeggio#map('i', '', 0, 'jk', '<Esc>')
catch
endtry
]]) which depends on some specific plugin. I'd like to know if there are other ways to detect whether some plugin is installed? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Answered by
hinell
Feb 3, 2023
Replies: 1 comment 2 replies
-
Thumbing up this question. Currently we can only check whether it's loaded or not. Any tips? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
glyh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thumbing up this question. Currently we can only check whether it's loaded or not. Any tips?