is it worth it for a junior developer to learn vim?

This page summarizes the projects mentioned and recommended in the original post on /r/vim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • nerdtree

    A tree explorer plugin for vim.

  • - Nerdtree (Old but classic side panel directory navigation) - FZF (Modern Fuzy Finder)

  • fzf.vim

    fzf :heart: vim

  • - Nerdtree (Old but classic side panel directory navigation) - FZF (Modern Fuzy Finder)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • vim-plug

    :hibiscus: Minimalist Vim Plugin Manager

  • I would use vim-plug to install plugins easily.

  • vim-fugitive

    fugitive.vim: A Git wrapper so awesome, it should be illegal

  • I'd say you could use Fugitive without knowing command-line Git, but knowing command-line Git definitely helps. I recommend learning it regardless of Vim because command-line Git is real Git. If you know how to use command-line Git you will know how to use every frontend, but if you only know one frontend that's all you know.

  • neovim

    Vim-fork focused on extensibility and usability

  • Code completion used to be a mess before LSP because each language had its own hacky way. Now all you need is an LSP client for Vim and you will get the exact same completion, code navigation, refactoring, linting and formatting as in VSCode (because both are using the same language servers). Personally I use Neovim which ships with its own built-in LSP client.

  • language-server-protocol

    Defines a common protocol for language servers.

  • Code completion used to be a mess before LSP because each language had its own hacky way. Now all you need is an LSP client for Vim and you will get the exact same completion, code navigation, refactoring, linting and formatting as in VSCode (because both are using the same language servers). Personally I use Neovim which ships with its own built-in LSP client.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts