about summary refs log tree commit diff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/nvrc/options.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl
index 74db82b..bdb56a3 100644
--- a/fnl/nvrc/options.fnl
+++ b/fnl/nvrc/options.fnl
@@ -22,7 +22,7 @@
 (set! shiftwidth 0)
 (set! smartindent)
 (set! list)
-(set! listchars {:tab ">-" :extends ">" :precedes "<" :trail "*" :nbsp "+"})
+(set! listchars {:tab ">-" :extends ">" :precedes "<" :trail "-" :nbsp "+"})
 
 ; Miscellaneous
 (set! ignorecase)