ojroques / nvim-lspfuzzy

A Neovim plugin to make the LSP client use FZF
BSD 2-Clause "Simplified" License
316 stars 11 forks source link

Fix unknown escape sequence #34

Closed KingCol13 closed 2 years ago

KingCol13 commented 2 years ago

Hi, thanks for this plugin!

I think because I'm using a build of neovim with luajit 2.0.5 rather than 2.1.0-beta, I was getting an error for these escape sequences. This PR will work for both versions.

ojroques commented 2 years ago

Thanks!