lmburns / lf.nvim

Lf file manager for Neovim (in Lua)
MIT License
96 stars 11 forks source link

Fix: Cannot open files with Space in its path #20

Closed gilitos92 closed 1 year ago

gilitos92 commented 1 year ago

I found out that Lf wouldn't open on folders whose path had the Space character, this was due to the path string not being enclosed in quotes so that it is escaped by the terminal.