ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.83k stars 451 forks source link

Some questions about Neodim #1164

Closed Penguin-SAMA closed 5 months ago

Penguin-SAMA commented 5 months ago

Version confirmation

Following prerequisites

Not a user config issue

Neovim version

NVIM v0.10.0-dev

Operating system/version

WSL Ubuntu 24.04

Terminal name/version

zsh

$TERM environment variable

No response

Branch info

main (Default/Latest)

Fetch Preferences

HTTPS (use_ssh = false)

How to reproduce the issue

When I open any file with nvim, the following error occurs. image

I have checked issue #1139, but if I insist on using nvim v0.10, how should I modify my configuration to eliminate this error?

Expected behavior

no error

Actual behavior

No response

Additional information

No response

ayamir commented 5 months ago

switch to 0.10 branch.

Penguin-SAMA commented 5 months ago

thx

Penguin-SAMA commented 5 months ago

@ayamir
sry, i cant switch to 0.10 branch. image

CharlesChiuGit commented 5 months ago

it's always a gd idea to learn your tools better. image

Penguin-SAMA commented 5 months ago

@CharlesChiuGit I've tried using git branch -r, and the display is as follows: image and then it still doesn't work image

CharlesChiuGit commented 5 months ago

u r using a sallow clone, u need deep clone.

reclone nvimdots

ayamir commented 5 months ago

git fetch --all then git branch -v you will see the 0.10 branch.