Help with the basics #78
Replies: 1 comment
-
Hey @resistorsoftware, you will need to save the files to open the files. I usually just do :wall to write all the buffers in VIM. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I create a second level heading with two bullet points. I use the code action to extract a new section, and IWE dutifully creates a new file and then replaces the heading with the code to the new section file. Great so far.
Next I use the gd command to go to the new file but it crashes every time with this:

So now the new file is empty save for a token word representing something.

I understand that if I manually save the files IWE creates, it all works, and that there is a tweak I can probably do to eliminate the behaviour above. Also, my Lua LSP tells me the Neovim setup is missing a field, exit_timeout, so I added that to the auto command. Might want to update this wiki then?
Beta Was this translation helpful? Give feedback.
All reactions