-
I'm currently transitioning to fzf-lua from telescope to be able to use my neovim for both windows and linux. I've found that for some reason opening a file through files builtin on windows is slower than on wsl 2 (~500 ms compared to ~100 ms). Is this an expected outcome? |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Aug 27, 2024
Replies: 1 comment 4 replies
-
Short answer, “yes” (windows cwd.exe), long answer see #1353 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Netrw doesn't use an external process, windows process management is unfortunately bad, if it's due to the process having to close there's not much I an do about it.
If possible, I highly recommend using WSL on Windows as it doesn't experience all this nonsense.