Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
d0zingcat
2022-08-31 11:02:46 +08:00
committed by Lee Tang
parent 63caa4a067
commit bf3e72eb71
4 changed files with 16 additions and 23 deletions

View File

@@ -1,8 +0,0 @@
local map = require('utils').map
local g = vim.g
-- nerdcommenter
map('', '<leader>cc', 'V}:call NERDComment("x", "toggle")<CR>')
map('', '<leader>cu', 'V{:call NERDComment("x", "toggle")<CR>')
g['NERDTrimTrailingWhitespace'] = 1
g['NERDSpaceDelims'] = 1