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

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
  • .vim

    My .vim (by pbnj)

  • Also, by tracking my vim configuration in a version control system, I can quickly git clone https://github.com/pbnj/dotvim ~/.vim on any remote system to get my full vim setup.

  • ale

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

  • I replace ALE with :!, like :! %. If the linter output is compatible with default errorformat , then I do :! % > /tmp/linter.txt then :cgetfile (or in one-go: :cgetexpr systemlist(''))

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

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

  • I replace vim-fugitive with :! git

  • fzf.vim

    fzf :heart: vim

  • I replace fzf.vim with :find, or :edit **/*file-name, or :grep , or :Explore.

  • lsp

    Language Server Protocol (LSP) plugin for Vim9 (by yegappan)

  • I think I remember that I have seen you over at https://github.com/yegappan/lsp so completely plugin less you aren't ;)

  • colorschemes

    colorschemes for Vim

  • your own colorscheme

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