-
Using home-manager. Trying to write lua bindings. Not working. I did read the docs. The method for getting the DAG is not the method for getting anything in the standard library. |
Beta Was this translation helpful? Give feedback.
Answered by
Nowaaru
Feb 13, 2024
Replies: 1 comment 1 reply
-
You'd want to access the lib as exposed by this flake. In most cases, it'll be Unless I misunderstand what you mean by "standard library"? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was looking at the bindings section under
Hacking Neovim Flake
and I was under the impression that I was able to use themk
functions to create my bindings instead of directly dropping an attrset.I thought that I was accessing something completely different when I wasn't able to find the functions. Turns out that I was accessing the standard library, not the extended standard library. My apologies 😓