vlwkaos

Results 7 comments of vlwkaos

Try config for mdx plugin not gatsby-transformer-remark. ```js { resolve: "gatsby-plugin-mdx", options: { extensions: [".md", ".mdx"], gatsbyRemarkPlugins: [ { resolve: "gatsby-remark-obsidian", options: { titleToURL: (title) => `/${title}`, } }, ],...

0.0.89 has this bug. Use 0.0.88 until new release containing the revert

https://github.com/asvetliakov/vscode-neovim/blob/28c908ecc11719617050db37ee94f92070715335/src/command_line.ts#L52-L80 Is it possible to manipulate cursor position of vscode popup textfield? (I don't know what it's called), even if it is possible I don't think it is the right...

`` is not the main issue here. For example, mapping `:s///g` to a key and using it in vim/nvim will let you type replace right away by filling in the...

Can confirm this with Korean as well, it not only visually twitches, but actually hinders typing.

I also use heavy convoluted type to make type inference work with yup. I do feel like current InferType conflicts with how TypeScript works. Validation is for validation so it...

Am I experiencing this as well?, mine stuck on normal mode (cursor shows), but works as insert (vscode own editor). At this point neovim is practically dead and I need...