manosriram

Neovim vs VSCode

My development setup is Tmux + Neovim + Alacritty.

Tmux is a terminal multiplexer. We can split, rearrange, create multiple terminal panes. Also, you can create multiple tmux sessions.

Alacritty is a GPU based Terminal emulator. It is really fast, maybe since it is written in Rust.

Neovim is a fork of Vim, and written in Lua. Here is a link to my neovim config if needed.

(Neo)Vim vs VSCode

I used to use VSCode quite a while ago. There are many reasons why its the most used editor by developers.

Now, the things which I don’t like very much.

Everyone have their own preferences. For me, its VSCode’s debugger + Neovim’s text editing.

#text-editor   #tools