You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First create a folder, then in this new folder create two new files in different languages, e.g. a.py and b .c. Then use nvim to edit one of the files, write something like print "hello world", then use the command :e b.c (assuming you edited a.py first). py), and then get an error and can't move through the text at all using hjkl.
Expected behavior
No errors were reported, it was able to be edited normally, and lsp was working properly
Actual behavior
Keeps popping up errors and can't move the cursor at all, let alone edit anything!
Additional information
No response
The text was updated successfully, but these errors were encountered:
Version confirmation
Following prerequisites
Neovim version
NVIM v0.9.0-dev-329+ged27f0e93
Operating system/version
archlinux
Terminal name/version
WezTerm
$TERM environment variable
xterm-256color
Branch info
main (Default/Latest)
Fetch Preferences
SSH (use_ssh = true)
How to reproduce the issue
First create a folder, then in this new folder create two new files in different languages, e.g. a.py and b .c. Then use nvim to edit one of the files, write something like print "hello world", then use the command
:e b.c
(assuming you edited a.py first). py), and then get an error and can't move through the text at all usinghjkl
.Expected behavior
No errors were reported, it was able to be edited normally, and lsp was working properly
Actual behavior
Keeps popping up errors and can't move the cursor at all, let alone edit anything!
Additional information
No response
The text was updated successfully, but these errors were encountered: