about summary refs log tree commit diff
path: root/fnl/nvrc/options.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-12 17:09:50 +0900
committersefidel <contact@sefidel.net>2022-03-12 17:09:50 +0900
commit876e2d10af4c3c93862bee6423b19fe41a15d064 (patch)
treea141663c03274d3c15a5328d35f59e0288a048b7 /fnl/nvrc/options.fnl
parente50c43d90b355fda2dbaa9503104d61b9ae6f497 (diff)
downloadnvimrc-876e2d10af4c3c93862bee6423b19fe41a15d064.tar.gz
nvimrc-876e2d10af4c3c93862bee6423b19fe41a15d064.zip
feat(options): remove the eob tilde
Diffstat (limited to 'fnl/nvrc/options.fnl')
-rw-r--r--fnl/nvrc/options.fnl1
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)