Software Alternatives & Reviews

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

fugitive (via vim) ale
  1. Free - VIM license
    I replace vim-fugitive with :! git.

    #Git #Git Tools #Code Collaboration 69 social mentions

  2. 2

    ale

    Asynchronous Lint Engine
    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('')).

    #Text Editors #Productivity #Coding Games 59 social mentions

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

Log in or Post with