neovim

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

nginx.vim (251B)


      1 " Vim filetype plugin
      2 " Language: nginx.conf
      3 " Maintainer: Chris Aumann <me@chr4.org>
      4 " Last Change: Apr 15, 2017
      5 "              2023 Aug 28 by Vim Project (undo_ftplugin)
      6 
      7 setlocal commentstring=#\ %s
      8 
      9 let b:undo_ftplugin = "setlocal commentstring<"