diff options
author | sefidel <contact@sefidel.net> | 2022-02-27 08:54:02 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-27 08:54:02 +0900 |
commit | 1d27995957f02f5536ac1fd75c1175ce76237703 (patch) | |
tree | 478b8bb3713d34b04def2ef9a0a66eadaa10072d | |
parent | 42333b2b73f57009559422e1ab9a0a382a5e2d70 (diff) | |
download | nvimrc-1d27995957f02f5536ac1fd75c1175ce76237703.tar.gz nvimrc-1d27995957f02f5536ac1fd75c1175ce76237703.zip |
feat(options): remove redundant 'setv!'
-rw-r--r-- | fnl/nvrc/options.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl index d7ee172..8960178 100644 --- a/fnl/nvrc/options.fnl +++ b/fnl/nvrc/options.fnl @@ -1,4 +1,4 @@ -(import-macros {: set! : setv!} :nvrc.macro.set) +(import-macros {: set!} :nvrc.macro.set) (set! clipboard :unnamedplus) |