Vim Tips Wiki
Advertisement

Use this page to discuss script 2382 noteMaker: syntax highlighter for personal notes

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Install NoteMaker in Mac OSX

  • Copy the notes.vim file within the noteMaker/syntax directory to the /usr/share/vim/vim72/syntax directory.
  • Add the following line to your vimrc (located in /usr/share/vim/):
    au BufNewFile,BufRead *.notes set syntax=notes

Comments

Advertisement