nix.vim 388 B

123456789101112131415161718
  1. " Vim filetype plugin
  2. " Language: nix
  3. " Maintainer: Keith Smiley <keithbsmiley@gmail.com>
  4. " Last Change: 2023 Jul 22
  5. " Only do this when not done yet for this buffer
  6. if exists("b:did_ftplugin")
  7. finish
  8. endif
  9. " Don't load another plugin for this buffer
  10. let b:did_ftplugin = 1
  11. let b:undo_ftplugin = "setl commentstring< comments<"
  12. setlocal comments=:#
  13. setlocal commentstring=#\ %s