Vim Tips Wiki
(Change <tt> to <code>, perhaps also minor tweak.)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
{{ScriptComments|noteMaker: syntax highlighter for personal notes}}
  +
 
==Install NoteMaker in Mac OSX==
 
==Install NoteMaker in Mac OSX==
# Copy the notes.vim file within the noteMaker/syntax directory to the /usr/share/vim/vim72/syntax directory.
+
*Copy the <code>notes.vim</code> file within the <code>noteMaker/syntax</code> directory to the <code>/usr/share/vim/vim72/syntax</code> directory.
# Add the Following Line to vimrc (located in /usr/share/vim/):
+
*Add the following line to your vimrc (located in <code>/usr/share/vim/</code>):
 
*:<code>au BufNewFile,BufRead *.notes set syntax=notes</code>
   
  +
==Comments==
' 'au BufNewFile,BufRead *.notes set syntax=notes' '
 

Latest revision as of 09:44, 14 July 2012

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[]