Neovim
# Vim vs Neovim
I’m currently using Vim, however I am strongly considering to mirgrate over to Neovim
# Vim plugins
Hop: Make a key combination to jump to for any word in a document
Quick-scope: Highlight each unique character in a line to jump to using Vim’s builtin “f+Char” to jump to character in line.
nvim-dap: Adding Debug Adapter Protocol to Neovim to enable native debugging in neovim. Should be very useful for debugging applications.
Tutorial
firenvim: Embed neovim within Firefox or any other browser.