DEV Community

Discussion on: Neovim LSP to replace VSCode

Collapse
 
chanid profile image
ChaniD

Why?

Collapse
 
casonadams profile image
Cason Adams

Why replace vscode?

I work in a terminal.

Collapse
 
sumanthlingappa profile image
Sumanth Lingappa

@casonadams
Great article.

However, I find it difficult to understand, vscode has Remote-SSH extension and you can connect vscode to your server.

My personal experience has been 'its difficult to maintain huge nvim/vim configs over a period of time'. And instead of focusing on my actual work, I end up in configure-reconfigure vim/nvim configs most of the time.

Since I am very comfortable with vim, I use vscode-vim all the time.

Thread Thread
 
casonadams profile image
Cason Adams

Thanks! It's not that vscode is bad and yes there are some other amazing features like the remote connect offering, and live share.

For me I use nvim as my daily driver because I work in a terminal all day. And I find it fun to tweak things here and there as needed.

I do follow your word of caution that one can go down a hole of wasted time with config tweaking. And the whole point of learning vim, is that's it's installed on more servers. So if you need to hop on a machine and check it out you can. But that defeats the purpose of this article, because once you configure vim this way, it's not vanilla any more.

Thanks for your comment.

Thread Thread
 
sumanthlingappa profile image
Sumanth Lingappa

Agreed.

I am a big fan of vim/nvim and I am using vim for 10 years.

Recently, when I looked back, I was (wasting) a lot of my time in trying out new configs just for the fun of it.

And decided to stick to vscode as the main editor, ofcourse with vscode-vim extension :-)

Thread Thread
 
casonadams profile image
Cason Adams

So I tinkered with vscode for a bit, and there is just as much config with it as there is vim. With less flexibility. Going to stick with vim. Thanks for the thoughts though.

Thread Thread
 
sumanthlingappa profile image
Sumanth Lingappa

@casonadams I would love to see your work in your vim config.

Have you made any videos?