davidoroian

Results 2 issues of davidoroian

I am using nvim on Windows in Powershell 7.5.0. I am using Pckr as my extension manager and I have installed the remote-sshfs extension. This is my packer.lua file: ```...

Added `vim.cmd('edit .')` to refresh the nvim UI current directory after the `pwd` is changed to the remote filessytem. Not sure if this is the best way of doing it....