neopyter
neopyter copied to clipboard
load query failed: The query textobjects don't exists in c:\res\queries\python ...
The cause is weird, the function utils.get_plugin_path() returns "C:\". I traced further and find that although __dirname__ is correct ("C:/Users/luocm/AppData/Local/nvim-data/lazy/neopyter/lua/neopyter/"), but Path:new(__dirname__):parent() returns "C:\".
My platform is Win10, Neovide 0.14.1, NVIM v0.10.4
@AbaoFromCUG
Windows path issue
fixed