summaryrefslogtreecommitdiff
path: root/fnl/config/which-key.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-08 00:06:46 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-08 00:06:46 +0200
commitc7ec0420d710f2f6bacc92d2ceaf8a9fa886aaeb (patch)
tree1054187e32ab35715ef9dfb8029a4e26eb0aacf3 /fnl/config/which-key.fnl
parent5756648079a7d9753ab72427e0ff20a9178dd1e1 (diff)
fix(typos): final fixes of typos hopefully
Diffstat (limited to 'fnl/config/which-key.fnl')
-rw-r--r--fnl/config/which-key.fnl2
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)]