Open Sewb21 opened 9 months ago
Addresses in this PR https://github.com/Equilibris/nx.nvim/pull/26
I experience the same issue.
However, I have noticed that for me the list is populated just fine on the second execution so as a workaround I developed a habit to run <leader>nx
, then Escape, then <leader>nx
again. It's not nice but it works. 🤷♂️
Hey there,
I have tried installing this plugin in my neovim config using lazy but when I run the telescope nx action the list is empty so I cannot run anything.
I have looked in the logs and I seem to be able to see the build targets, I am just unsure why they aren't showing in the list.
I have followed the readme and below is my config
config/plugins.lua
plugins/nx.lua
NX Version
Any help is appreciated, I am new to neovim so it might be user error but I have spent a good amount of time trying to wrap my head around it and I am unsure whats going on. 😁