diff options
Diffstat (limited to 'fnl/nvrc/options.fnl')
-rw-r--r-- | fnl/nvrc/options.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl index 92104d3..995417d 100644 --- a/fnl/nvrc/options.fnl +++ b/fnl/nvrc/options.fnl @@ -23,6 +23,7 @@ (set! smartindent) (set! list) (set! listchars {:tab ">-" :extends ">" :precedes "<" :trail "-" :nbsp "+"}) +(set! fillchars "eob: ") ; Miscellaneous (set! ignorecase) |