summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-09 12:35:15 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-09 12:35:15 +0200
commitdcaead946f1c45573c792cf5d8282829c96d4134 (patch)
tree62472b6c61af59e76291414046b0a28066a2c497 /fnl
parent81bbfb329d7085b0bcd7435763116ee3f6784c4e (diff)
fix(options): add missing arg
Diffstat (limited to 'fnl')
-rw-r--r--fnl/settings/options.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl
index f011eb9..1526856 100644
--- a/fnl/settings/options.fnl
+++ b/fnl/settings/options.fnl
@@ -48,4 +48,4 @@
(set vim.cmd [[set iskeyword+=-]])
(set vim.cmd [[set formatoptions-=cro]])
(set nvim.ex.set "shortmess+=c")
-(apply-opts)
+(apply-opts opts)