1 ## this is a sample configuration file for nyuron.
2 ## copy this to ~/.nyurc
4 ## supress some warning messages
10 #colorscheme = "simple"
13 ## the file containing the database
17 logfile = "/tmp/errorlog"
19 ## the loglevel: how much information is logged?
21 ## 1: fatal errors (default)
23 ## 3: all errors and debug info
26 ## editor: which command is called from API#edit()?
27 ## the first %s is replaced with the file name
28 ## make sure the editor does not append newlines at the end,
29 ## because this might break keys if you edit them with ":edit key"
30 ## in vim, this can be avoided with '+set noendofline' or '+set noeol'
31 editor = "vim '+set ft=ruby' '+set noeol' '+map q ZZ' '%s'"
34 # this line is for the vim-editor