diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-01 14:26:11 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-01 14:26:11 +0200 |
commit | d2fc21ae088e0c078c39f7fb9f313b808e7e90b7 (patch) | |
tree | 443371c080af2a5ffca5c87799c0cd6f97948252 /.config/nvim/lua/_comment | |
parent | 296b2245da8fda7c96080e96e238f97839e74411 (diff) |
Removed bloat, added some sweet features, synced with Lunarvim repo
Diffstat (limited to '.config/nvim/lua/_comment')
-rw-r--r-- | .config/nvim/lua/_comment/init.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/nvim/lua/_comment/init.lua b/.config/nvim/lua/_comment/init.lua index 8d2ad52..e1f1358 100644 --- a/.config/nvim/lua/_comment/init.lua +++ b/.config/nvim/lua/_comment/init.lua @@ -1,3 +1 @@ require('nvim_comment').setup() -vim.api.nvim_set_keymap("n", "gc", ":CommentToggle<CR>", {noremap=true, silent = true}) -vim.api.nvim_set_keymap("v", "gc", ":CommentToggle<CR>", {noremap=true, silent = true}) |