From be6c6ca92fa9e1f596bfaef0c1197b7144d70036 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 16 Mar 2021 22:06:38 -0400 Subject: udpates --- lua/nv-comment/init.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/nv-comment/init.lua (limited to 'lua/nv-comment/init.lua') diff --git a/lua/nv-comment/init.lua b/lua/nv-comment/init.lua new file mode 100644 index 00000000..df794386 --- /dev/null +++ b/lua/nv-comment/init.lua @@ -0,0 +1,3 @@ +require('nvim_comment').setup() +vim.api.nvim_set_keymap("n", "/", ":CommentToggle", {noremap=true, silent = true}) +vim.api.nvim_set_keymap("v", "/", ":CommentToggle", {noremap=true, silent = true}) -- cgit v1.2.3