How to avoid repetition of function in luasnip in nixvim? #2498
Replies: 1 comment
-
|
|
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, I am new to luasnip.
I use
plugins.luasnip.fromLua = [{paths = ./snippets}]to load the snippets.I followed this guide to configure it, it reuse some of the function like this
Avoiding repetition of
get_visualfunctions.How can I do the same thing in nixvim?
I tried
extraFilesbut I cannot see the corresponding file generated in the./resultdirectory after I rannix build.Also I don't know how exactly
extraFilesworks, it have little description and the source code are so complicated to me.I am using standalone mode (build with
makeNixvimWithModule)Beta Was this translation helpful? Give feedback.
All reactions