diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-13 23:04:21 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-13 23:04:21 +0200 |
commit | 04010c52c46ed485efda947c91fc44261f47d804 (patch) | |
tree | 916b536db2e877dad8cd51fb520703da99019b99 /fnl/settings/options.fnl | |
parent | 6cc08fa1beb507d47379056bd72fc5fa6cf1a846 (diff) |
Add splitkeep, inccommand, and shada
Diffstat (limited to 'fnl/settings/options.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)) |