diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-03-07 22:03:38 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-03-07 22:03:38 +0100 |
commit | e6bfb44de9bb6679c57c2f8e432d074acdca54a4 (patch) | |
tree | 822feb8ed9b155a211c2904f624d8aa5c0af7460 /fnl/settings/options.fnl | |
parent | bae1361c29ea6d7585ebd412f540a3ba1c81830b (diff) |
Update broken plugin configs
Diffstat (limited to 'fnl/settings/options.fnl')
-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 " ") |