"How to do what 90% of plugins do in vanilla vim" - what are some of the 10% plugins?

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

  • Fwiw, this is mybasic vimrc. It uses a self-installing version of minpac, which itself is a thin wrapper on the native pack feature in vim. I've found it's pretty portable.

  • dotfiles

    Settings for various tools I use. (by nickjj)

  • Here's a couple from my vimrc.

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

    vimspector - A multi-language debugging system for Vim

  • In my opinion, Language Server Protocol (LSP) clients and integrated debuggers, like vimspector, would be very tedious to the point that it's not worth it, but my dev workflow doesn't require them to be in Vim:

  • debug

    Debugging functionality for Ruby (by ruby)

  • For debugging, printing data to stdout gets me 80-90% of the way there. The remaining times, I just use command-line debuggers, like gdb for go/rust or ruby/debug or node inspect, ...etc.

  • .dotfiles

    My dotfiles (by pbnj)

  • Check out my vimrc for more examples of vim-native implementations of some common plugins.

  • nvim-ts-context-commentstring

    Neovim treesitter plugin for setting the commentstring based on the cursor location in a file.

  • And if you use neovim + treesitter you can make this even better with nvim-ts-context-commentstring.

  • vim-dirvish

    Directory viewer for Vim :zap:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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