-
I'm trying to set up jamespeapen/Nvim-R for my nvim setup to work with R Markdown, but the R code chunks aren't showing up, unless I place the cursor on them. How can I solve this?
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
https://github.com/notjedi/nvim-rooter.lua And other "rooter" plugins, which facilitate changing the working directory. I quite like this one as you can map the "RooterToggle" command which will toggle between your vim working directory being the same directory as the opened file or the 'project' directory (which I believe just looks upwards until it finds a pattern like .git).
-
https://github.com/ahmedkhalf/project.nvim I have never used this but it seems to involve defining "projects", and any time you enter a project, whatever settings you require (such as current working directory) will get set up for you.