If you are going to install a load of plugins anyways, why not just use an IDE that has vim mode?

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

    Discontinued Command-line JSON processor [Moved to: https://github.com/jqlang/jq] (by stedolan)

  • I also use jq a lot, and run custom bash scripts doing all kinds of things from opening a project's GitHub page to opening a project's web monitoring page.

  • ranger

    A VIM-inspired filemanager for the console

  • Running a native vim also lets me quickly bring up a log or blame with tig inside vim, or run ranger if I need to do some trickier file operations.

  • 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

  • Since I use git 100 % in the terminal (often with tig) it just makes sense to not leave that environment. I use an LSP and even do a bit of debugging vim vimspector sometimes, for the IDE experience.

  • tig

    Text-mode interface for git

  • Since I use git 100 % in the terminal (often with tig) it just makes sense to not leave that environment. I use an LSP and even do a bit of debugging vim vimspector sometimes, for the IDE experience.

  • chezmoi

    Manage your dotfiles across multiple diverse machines, securely.

  • You really shouldn’t use a google doc for your config files😅 just store them in a git repository. I use https://github.com/twpayne/chezmoi, it can be a bit confusing at first but when you understand the tool it is really powerful. Especially if you have different machines that need slightly different configurations

  • ctrlp.vim

    Fuzzy file, buffer, mru, tag, etc finder.

  • Ctrlp.vim existed prior to VSCode.

  • ranger-explorer.vim

    Vim plugin to use ranger as a file explorer. Seamless switching between vim and ranger.

  • I thought you and I have similar tastes in TUI tools. Try following tim plugins, https://github.com/iberianpig/tig-explorer.vim https://github.com/iberianpig/ranger-explorer.vim

  • 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