From 79c3a0b4403a78dcb2f4d207f0138e510223e461 Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Sat, 12 Mar 2022 14:12:02 +0900
Subject: feat(options): use '-' for trailing space

---
 fnl/nvrc/options.fnl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'fnl')

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)
-- 
cgit 1.4.1