diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-09 12:35:15 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-09 12:35:15 +0200 |
commit | dcaead946f1c45573c792cf5d8282829c96d4134 (patch) | |
tree | 62472b6c61af59e76291414046b0a28066a2c497 | |
parent | 81bbfb329d7085b0bcd7435763116ee3f6784c4e (diff) |
fix(options): add missing arg
-rw-r--r-- | fnl/settings/options.fnl | 2 |
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) |