summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-13 23:04:21 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-13 23:04:21 +0200
commit04010c52c46ed485efda947c91fc44261f47d804 (patch)
tree916b536db2e877dad8cd51fb520703da99019b99 /fnl
parent6cc08fa1beb507d47379056bd72fc5fa6cf1a846 (diff)
Add splitkeep, inccommand, and shada
Diffstat (limited to 'fnl')
-rw-r--r--fnl/settings/options.fnl4
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))