From 28e754e2efa3cf50b8c03bb49e02127e56948dd8 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 8 Nov 2021 02:53:58 +0100 Subject: vim: disable block comment mappings --- .vim/lua/plugins.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index ee00949..6f66842 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -58,7 +58,11 @@ return require('packer').startup({function() use {'numToStr/Comment.nvim', config = function() - require('Comment').setup() + require('Comment').setup { + opleader = { + block = 'gC', + } + } end} use {'windwp/nvim-autopairs', -- cgit 1.4.1