diff options
Diffstat (limited to 'fnl/settings')
-rw-r--r-- | fnl/settings/options.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl index df71c8c..3e0a569 100644 --- a/fnl/settings/options.fnl +++ b/fnl/settings/options.fnl @@ -87,6 +87,7 @@ ;; Move to new line when reaching the beginning or end. (vim.opt.whichwrap:append "<,>,[,],h,l") +(vim.opt.shortmess:append {:C true}) (apply-opts opts) (set vim.g.mapleader " ") |