summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-30 18:26:55 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-30 18:26:55 +0200
commitf166202f972ff6b03dd72a44c4188aaa22414d42 (patch)
treeafdef39055113b326763c69328413eab0ba604c9 /fnl
parent5deb05b869a22b0ce29ca071cf0c3898fae63063 (diff)
Update options
Diffstat (limited to 'fnl')
-rw-r--r--fnl/settings/options.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl
index 2408463..20926b8 100644
--- a/fnl/settings/options.fnl
+++ b/fnl/settings/options.fnl
@@ -9,7 +9,7 @@
;; allows neovim to access the system clipboard
:clipboard :unnamedplus
;; more space in the neovim command line for displaying messages
- :cmdheight 2
+ :cmdheight 1
;; mostly just for cmp
:completeopt {:menuone :noselect}
;; so that `` is visible in markdown files
@@ -45,7 +45,7 @@
;; enable persistent undo
:undofile true
;; faster completion (4000ms default)
- :updatetime 300
+ :updatetime 100
;; if a file is being edited by another program (or was written
;; to file while editing with another program), it is not allowed
;; to be edited