diff options
Diffstat (limited to 'fnl/config/which-key.fnl')
-rw-r--r-- | fnl/config/which-key.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index 845cd27..7c5cf71 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -166,7 +166,7 @@ (def- vmappings { :k [ - '<ESC><CMD>lua require("Comment.api").toggle_linewise_op(vim.fn.visualmode())<CR>' + "<ESC><CMD>lua require('Comment.api').toggle_linewise_op(vim.fn.visualmode())<CR>" "Comment" ]}) (let [which-key (util.load-plugin :nvim-which-key.config)] |