-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin installed but fails to initialize #19
Comments
Hmm, so for me using two files |
You can also take a look at my dotfiles, specifically |
Great. I will take a look at your In the mean time, if you could also share the configs for |
I removed the |
@sujitawake did you find a solution to your problem? |
After a LOT of back and forth debugging attempts, I was able to resolve the issue. But yeah, this plugin is tricky indeed to deal with. |
What was the issue? Why is that the case? |
I am trying to to install the
jsonfly
plugin on a fresh linux box. It is one of my favorite plugins I use on a regular basis to deal with many JSON files on a regular basis.I use lazyvim distribution and use Lazy since it is the default package manager. Below are the methods I followed to install the plugin:
jsonfly.lua
under~/.config/nvim/lua/plugins/
directory.init.lua
which is under~/.config/nvim/
Now, whenever I open any JSON document and press the keyboard shortcut
<leader>j
, nothing pops up.Am I missing something here?
To provide more context, the below are my neovim versions (trying against two linux flavors in parallel):
Any pointers would be much appreciated.
The text was updated successfully, but these errors were encountered: