I love (neo)vim
Jeeho Ahn / 2021-12-25
TL;DR: Neovim is awesome
I’ve recently used some of my spare time to finally actually configure Neovim.
Here’s an image of the result so far: The configuration file itself is pretty dirty,
but it works.
Plugins
Vim already has lots of good plugins.
Neovim, being much newer than vim, has fewer plugins made specifically for it.
Fortunately for us, most Vim plugins are compatible with Vim (Neovim is a Vim fork, afterall).
I’m using the following plugins, and a few more:
- coq.nvim for completion (super awesome)
- nvim-dap for debugging
- tokyonight.nvim as the theme
- lightline.vim as the statusline
If you want to see the (dirty) file, see the full configuration here.
Thanks for reading!