|
|
|
|
|
by justinmk
3518 days ago
|
|
Also, async completers like deoplete[1] offer non-blocking completion. However... > stuff like the following makes it hard for me to resist switching. I don't think one should "resist". IDEs (VS code is an IDE, at this point) are very powerful. I really wish vim-modes would go away; I would like to see Neovim embedded in VS code and friends, instead. By "embed" I mean: nvim is the text editor, it does everything; it lives in the "document" area of the IDE; and you can bind nvim keys to IDE functions/commands (such as "Open Type..."). [1] https://github.com/Shougo/deoplete.nvim |
|