diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/settings/options.fnl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl index d790d79..51cfb98 100644 --- a/fnl/settings/options.fnl +++ b/fnl/settings/options.fnl @@ -79,7 +79,9 @@ :spelllang [:en_us] ;; the font used in graphical neovim applications :guifont "monospace:h17" - :splitkeep :screen}) + :splitkeep :screen + :inccommand :split + :shada ["'10" :<0 :s10 :h]}) (each [k v (pairs opts)] (tset vim.opt k v)) |