neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

standard.vim (380B)


      1 " Vim compiler file
      2 " Compiler:    Standard for JavaScript
      3 " Maintainer:  Romain Lafourcade <romainlafourcade@gmail.com>
      4 " Last Change: 2020 August 20
      5 "		2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
      6 
      7 if exists("current_compiler")
      8  finish
      9 endif
     10 let current_compiler = "standard"
     11 
     12 CompilerSet makeprg=npx\ standard
     13 CompilerSet errorformat=%f:%l:%c:\ %m,%-G%.%#