neovim

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

README.txt (539B)


      1 This directory contains Vim scripts to be used with a specific compiler.
      2 They are used with the ":compiler" command.
      3 
      4 These scripts usually set options, for example 'errorformat'.
      5 See ":help write-compiler-plugin".
      6 
      7 To undo the effect of a compiler plugin, use the make compiler plugin.
      8 
      9 If you want to write your own compiler plugin, have a look at the other files
     10 for how to do it, the format is simple.
     11 
     12 If you think a compiler plugin you have written is useful for others, please
     13 send it to the vim-dev mailing list: <vim-dev@vim.org>