Is Vim worth the investment?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ale

    Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support

  • ALE Provides advanced syntax highlighting via integration with external tooling, either by invoking external tools directly and nicely collating the results, or by interfacing with standard language-server-protocol servers just like VSCode does. There are other options for this (coc is extremely popular for example), but I started out using Syntastic before LSP was a major thing, so ALE is what I use out of familiarity.

  • coc-ccls

    CCLS (C/C++) extension for coc.nvim

  • ALE Provides advanced syntax highlighting via integration with external tooling, either by invoking external tools directly and nicely collating the results, or by interfacing with standard language-server-protocol servers just like VSCode does. There are other options for this (coc is extremely popular for example), but I started out using Syntastic before LSP was a major thing, so ALE is what I use out of familiarity.

  • 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
  • powerline

    Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.

  • Powerline Provides a much nicer status line in Vim, including integration with Git to tell you what branch you’re on and the tracking status of the file you’re working on.

  • fzf.vim

    fzf :heart: vim

  • fzf Provides nicer integration with the CLI fuzzy search tool of the same name than the aforementioned tool provides itself. fzf itself makes life so much easier as a coder, and this plugin makes it so much easier to use from Vim without needing to write any Vimscript you5rself.

  • vim-vinegar

    vinegar.vim: Combine with netrw to create a delicious salad dressing

  • vinegar Provides significant enhancements to Vim's bundled file browser plugin (called netrw). Most people will point you immediately at some alternative file browser, but the reality is that most are overkill and lack a number of useful features (like for example editing files on a remote server that you only have SFTP access to). Vinegar fixes most of the glaring issues with netrw, while being far more lightweight than most netrw alternatives.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • Vim users who work without any plugins, how does your vimrc look like?

    7 projects | /r/vim | 30 May 2023
  • How can I replicate?

    2 projects | /r/linux4noobs | 18 Jan 2023
  • closest thing to ALE with jedi-language-server with python 2.17

    3 projects | /r/vim | 25 Dec 2022
  • What are these characters? They look sort of like shurikens

    2 projects | /r/Unicode | 17 Jun 2022
  • Getting an error message when trying to use nvim after installing alacritty

    1 project | /r/neovim | 13 Jun 2022