ilovevim

Results 5 issues of ilovevim

When working on a Python project in Windows 11 (Neovim v0.10.4), I noticed that nearly all import statements were failing to be recognized and loaded. After investigation, the root causes...

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,...

**Describe the bug** Error executing vim.schedule lua callback: ...iles/Neovim/share/nvim/runtime/lua/vim/func/_memoize.lua:75: invalid value (userdata) at index 1 in table for 'concat' stack traceback: [C]: in function '_hash' ...iles/Neovim/share/nvim/runtime/lua/vim/func/_memoize.lua:75: in function 'ts_get_query' ...ta/Local/nvim-data/lazy/hlargs.nvim/lua/hlargs/parse.lua:52:...

bug

**NeoVim Version** NVIM v0.11.4 Build type: Release LuaJIT 2.1.1741730670 **Describe the bug** with neotest and adapter of neotest-python, after triggering "lua require("neotest").run.run()", it prompts the message "No tests found" **To...

Neovim v0.11.0 on windows 10 platform. "No test found" after running Neotest run. When I tried lua neotest.run.run(), or lua neotest.run.run(vim.fn.getcwd()), error occured. E5108: Error executing lua [string ":lua"]:1: attempt...