Maple

Results 9 comments of Maple

It seems that this issue has been going on for quite some time. In NVIM, I did this: ```lua local pre_window local float_leave = false vim.api.nvim_create_autocmd({ "WinEnter", "BufLeave" }, {...

> I manually built a rootfs with docker, everything works well. I think this problem just in the repo's release. My build script(built with China pacman mirror) [create-rootfs.sh](https://github.com/rayae/easy-arch-wsl/blob/main/create-rootfs.sh) ![user-dbus-wayland-x11](https://private-user-images.githubusercontent.com/8685977/318269305-e69dbfad-771b-45a3-9e20-16e3ada0d590.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTMxNDM5MTEsIm5iZiI6MTcxMzE0MzYxMSwicGF0aCI6Ii84Njg1OTc3LzMxODI2OTMwNS1lNjlkYmZhZC03NzFiLTQ1YTMtOWUyMC0xNmUzYWRhMGQ1OTAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDQxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA0MTVUMDExMzMxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Yzg5Zjc5ZTQwNWFmY2NlMDE4YjVhZjg4YjAwNzljZmNkMGZhMjg3MzA0ZTU3YTExMzE0ZjQ5M2FlYWJjMjE0OCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.myn9s3RyY2AI0ZkWvv42fYuHnIXD8W3CJwKAHHzqKa0) ![user-systemctl-status](https://private-user-images.githubusercontent.com/8685977/318269327-bc9bbaca-2e8e-49fc-8170-6b6fab7d61d6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTMxNDM5MTEsIm5iZiI6MTcxMzE0MzYxMSwicGF0aCI6Ii84Njg1OTc3LzMxODI2OTMyNy1iYzliYmFjYS0yZThlLTQ5ZmMtODE3MC02YjZmYWI3ZDYxZDYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDQxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA0MTVUMDExMzMxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9M2Y3Y2UzNGY5NmQwM2Q5ZGUzY2U3MDA2NmJjMzkyZGEyMjgxYWZkNGQ1MjQ5ODJmOWZiMGNlNTIwNzU4NTIxZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.sIGAp9zW0atCrxK8TWgwTRuzNakDKgXHPYzw3z9RYOM)...

You can refer to my: ```lua return { "wfxr/minimap.vim", build = "cargo install --locked code-minimap", lazy = false, cmd = { "Minimap", "MinimapClose", "MinimapToggle", "MinimapRefresh", "MinimapUpdateHighlight" }, init = function()...

I use lazy.nvim, this is my config: ```lua return { "wfxr/minimap.vim", build = "cargo install --locked code-minimap", lazy = false, cmd = { "Minimap", "MinimapClose", "MinimapToggle", "MinimapRefresh", "MinimapUpdateHighlight" }, init...

I have also encountered this issue, but after deleting it. Use 'cargo install code-minimap' on the terminal to install code-minimap and ensure no errors are reported. Then locate minimap.vim in...

Same problem and none of the ai assistants are available in Windows, super problematic!

Should it be looking for node_modules\\typescript\\lib in my root directory?

Sorry, I already have USERPROFILE but it still does this, how is volar_windows.json configured, I didn't find any documentation about it? Is it directly in the root directory of the...