project.nvim
project.nvim copied to clipboard
Per project configuration
Would be pretty cool to have per project configuration using JSON and if possible also allow other plugins to write extensions for this plugin
Such functionality is already possible
Such functionality is already possible
that is not even 50% of what i wanted, i want more than just configuring lsp per project
Then I'd suggest reading again. You can configure anything.
Then I'd suggest reading again. You can do anything.
You were indeed correct, but I'd still rather have the per project configuration done via JSON and a separate plugin that is already about project management not really a fan of doing that with exrc
That was actually one of the goals I had in mind when first developing project.nvim, unfortunately though it proved to be a big security issue. I am still exploring ways to add that feature while having minimal impact on security, so if u got any ideas l'me know!
Look at how projectionist does it would be a good start, I would say :)
That was actually one of the goals I had in mind when first developing project.nvim, unfortunately though it proved to be a big security issue. I am still exploring ways to add that feature while having minimal impact on security, so if u got any ideas l'me know!
that is good to hear
Neovim added exrc option at 0.9 but project.nvim hasn't benefited from it. I guess it's because neovim sources exrc during startup instead of opening a new buffer. Would you consider to sourcing the exrc may exist every time jumping to a new project?