Replies: 1 comment 6 replies
-
This is a Lua discussion, not a lazy.nvim discussion. So I think it is appropriate for you to do it in Neovim Discourse. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is my situation:
I want to override a function in LuaSnip, a code snippet plugin.
This is what I do
however, this does not take effect. If I directly edit the plugin's source code, it can work.
So I wonder what's the best way to override plugin apis.
ps: this plugin is lazy loaded
Beta Was this translation helpful? Give feedback.
All reactions