diff options
author | sefidel <contact@sefidel.net> | 2022-03-12 17:09:50 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-12 17:09:50 +0900 |
commit | 876e2d10af4c3c93862bee6423b19fe41a15d064 (patch) | |
tree | a141663c03274d3c15a5328d35f59e0288a048b7 /fnl | |
parent | e50c43d90b355fda2dbaa9503104d61b9ae6f497 (diff) | |
download | nvimrc-876e2d10af4c3c93862bee6423b19fe41a15d064.tar.gz nvimrc-876e2d10af4c3c93862bee6423b19fe41a15d064.zip |
feat(options): remove the eob tilde
Diffstat (limited to '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) |