-
Hello! I'm currently rewriting all of nixpkgs' wrappers around neovim, so I just started to try lz.n... The issue is simple: after configuring lz with the following: {
"telescope-nvim",
cmd = "Telescope",
after = function()
vim.notify("Telescope loaded")
end,
}, And running Interestingly, removing the You can run my neovim wrapper with:
Thank you for your time |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
Hey 👋 The plugin's name is I have no idea why |
Beta Was this translation helpful? Give feedback.
-
I'm not using nixpkgs' vimPlugins, but rather packaging them by myself, and I'm using
I don't know know if there can be problems by not matching the dir name to upstream's repository, but as I said, |
Beta Was this translation helpful? Give feedback.
-
The I noticed you have |
Beta Was this translation helpful? Give feedback.
-
I'm afraid it's the same... |
Beta Was this translation helpful? Give feedback.
This should be fixed when #56, which removes the
lz.n.state
module as a redundant source of truth, is merged.