Vim 8.2
11–20 of 80 posts
Re: Vim 8.2
#12With vscode recent remote capabilities its hard to push(come up with a argument) vim/emacs for programmers who do dev in remote VMs.
Does vscode have vim emulation or actual vim that runs plugins. If it's the former, your statement is ludicrous.
[0] https://github.com/VSCodeVim/Vim [1] https://github.com/lunixbochs/actualvim
Re: Vim 8.2
#13With vscode recent remote capabilities its hard to push(come up with a argument) vim/emacs for programmers who do dev in remote VMs.
Re: Vim 8.2
#14With vscode recent remote capabilities its hard to push(come up with a argument) vim/emacs for programmers who do dev in remote VMs.
Does vscode have vim emulation or actual vim that runs plugins. If it's the former, your statement is ludicrous.
Re: Vim 8.2
#15With vscode recent remote capabilities its hard to push(come up with a argument) vim/emacs for programmers who do dev in remote VMs.
Re: Vim 8.2
#16Earlier quoted context omitted.
Help me understand more: what are "remote capabilities" wrt vscode? I kicked the tires on vscode and atom and while I liked lots of things about them, it seemed like they were kinda overboard with memory consumption. These things are ultimately running web browsers, right? I'll probably have to give it another look.
https://code.visualstudio.com/docs/remote/remote-overview
Re: Vim 8.2
#17cool. I just paid a subscription for IntelliJ
Re: Vim 8.2
#18I'm using plain vim occasionally, but never tried to do any coding in it, just because I'm not sure how to configure it for that. Which plugins for Python coding are universally agreed on as "must haves" Preferably just one, or two at most.
I've found vim-lsp is probably the best starting point, as you can plug any server you want into it, and have a consistent interface.
https://github.com/prabirshrestha/vim-lsp/wiki/Servers-Pytho...
Re: Vim 8.2
#19Re: Vim 8.2
#20I'm using plain vim occasionally, but never tried to do any coding in it, just because I'm not sure how to configure it for that. Which plugins for Python coding are universally agreed on as "must haves" Preferably just one, or two at most.
There are a lot of ways to skin this particular cat. I've found vim-lsp is probably the best starting point, as you can plug any server you want into it, and have a consistent interface. https://github.com/prabirshrestha/vim-lsp/wiki/Servers-Pytho...
I just want some basic stuff: autocomplete + indentation will probably achieve 90% of what I want from a Python IDE.