diff options
author | sefidel <contact@sefidel.net> | 2022-02-11 13:59:46 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-11 13:59:46 +0900 |
commit | 995721518ea1521e97927c4a01ba3cfd90fcf4f9 (patch) | |
tree | 4b4826f68d14bc733f8af57a41d2f6428768882c /fnl | |
parent | bec9a4b5a8bd947ed008fee58e408928de12dd6b (diff) | |
download | nvimrc-995721518ea1521e97927c4a01ba3cfd90fcf4f9.tar.gz nvimrc-995721518ea1521e97927c4a01ba3cfd90fcf4f9.zip |
fix(cmp): opt -> set
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/packs/cmp.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/cmp.fnl b/fnl/nvrc/packs/cmp.fnl index 3b70af5..0a6e3c1 100644 --- a/fnl/nvrc/packs/cmp.fnl +++ b/fnl/nvrc/packs/cmp.fnl @@ -1,4 +1,4 @@ -(import-macros {: set!} :nvrc.macro.opt) +(import-macros {: set!} :nvrc.macro.set) (local cmp (require :cmp)) (set! completeopt "menuone,noselect") |