Vscode Neovim Runtime Vscode Overrides Vscode File Commands Vim At When i press o to create a newline, it creates it with 6 and a half indents for some reason in this file. this doesn't happen when i press enter while in insert mode. I am getting annoying output from vscode neovim. for example anytime i search in a file for a string and the pattern is not found, the output opens with messages from neovim:.

Newline Acting Weirdly Issue 1098 Vscode Neovim Vscode Neovim Github This document provides guidance for diagnosing and resolving common issues with the vscode neovim extension. it covers diagnostic procedures, common problems, and solutions to ensure smooth integration between vscode and neovim. Your vscode is trying to read everything from your init.vim, but it doesn't need to. the majority of things won't work with vscode i recommend wrapping things that don't work with: ``` if exists ('g:vscode') " vscode extension stuff else "ordinary neovim endif ``` try it out with a clean init.vim as well as see how fast it is. I am on the latest vscode neovim version, with an empty init.vim. the problem does not occur on vscode neovim 0.52 and below. version 0.61 is the first vscode neovim version that this problem occurs in. to reproduce the problem, create a python file with only this line: if' [': and then press o i am using nvim 0.8.0 on kde neon 5.26, and vscode. After the update to vscode neovim v1.0.1, the buffers of neovim and vscode regularly get out of sync. i think it also happens through stuff like auto formatting, but neovim also manages to do so all by itself.
Feature Support Im Switch Issue 138 Vscode Neovim Vscode Neovim I am on the latest vscode neovim version, with an empty init.vim. the problem does not occur on vscode neovim 0.52 and below. version 0.61 is the first vscode neovim version that this problem occurs in. to reproduce the problem, create a python file with only this line: if' [': and then press o i am using nvim 0.8.0 on kde neon 5.26, and vscode. After the update to vscode neovim v1.0.1, the buffers of neovim and vscode regularly get out of sync. i think it also happens through stuff like auto formatting, but neovim also manages to do so all by itself. When i insert a newline between braces, the cursor is jumping to outside the braces. i'd expect it to remain in place somewhere between the braces (depending on the auto indent settings i might have). I have tried setting vscode neovim.neovimclean in vscode settings and restarting vscode. i have read the vscode neovim docs. i have searched existing (closed!) issues. when i use 'o' to a new line, and then press