Replies: 9 comments 1 reply
-
Please, post the output of |
Beta Was this translation helpful? Give feedback.
-
Sure thing, here it is:
|
Beta Was this translation helpful? Give feedback.
-
The times that I get when editing a Quarto document on my desktop computer (running Debian Linux):
The :terminal R |
Beta Was this translation helpful? Give feedback.
-
Which terminal/shell are you using? Maybe something in the |
Beta Was this translation helpful? Give feedback.
-
@jalvesaq Thanks for getting back to me. Actually, @PMassicotte I'm using Bash. My first experience with Neovim was with kickstarter.nvim. After using it for about a year, I now want to develop a new configuration from the ground up with the things that I want. I am currently doing it on an Ubuntu server. My .bashrc file mainly contains aliases, so I highly doubt it is the culprit here. |
Beta Was this translation helpful? Give feedback.
-
Hence, probably it's not a |
Beta Was this translation helpful? Give feedback.
-
@jalvesaq When I'm happy with my configuration, I'll clone it to my machine and let you know how it goes. |
Beta Was this translation helpful? Give feedback.
-
Alright folks, I finally ported my Neovim configuration over to my PC and the loading times are in line with those posted by @jalvesaq. I recently learned that there's a way to have multiple self-contained Neovim configs on the same machine (Advent of Neovim by TJ Devries). This is the way I should go from now on if I want to change things up a bit without affecting my main config. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback, @gueyenono! I'm glad to know that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I was wondering how long it took everyone to get from opening an R file to being all set to execute R code. As for me, it takes me about 10 seconds to start rnvimserver and another 10s to actually get the R console ready to run some R. Is this about how long it takes everyone?
Now, upon opening an R file, it takes me about 10 seconds until I get autocompletion for R packages (i.e. inside
library()
). I decided to go the blink.cmp way on my fresh neovim configuration. Is this something to be expected?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions