Update commenter plugin config

master
Hektor Misplon 2020-12-10 19:29:31 +01:00
parent 2f8df9de1e
commit 65d3bd2f83
1 changed files with 4 additions and 8 deletions

12
.vimrc
View File

@ -1,5 +1,4 @@
" General config ______________________ " General config ______________________
"
set nocompatible set nocompatible
@ -173,14 +172,11 @@ call plug#end()
" Plugin config ________________________ " Plugin config ________________________
" Plugin: NERDCommenter " Plugin: vim-commentary
let g:NERDSpaceDelims = 1 xmap <leader>c <Plug>Commentary
let g:NERDCompactSexyComs = 1 nmap <leader>c <Plug>Commentary
let NERDAltDelims_haskell = 1 nmap <leader>cc <Plug>CommentaryLine
let g:NERDCustomDelimiters = { 'tidal': { 'left': '{-','right': '-}' } }
let g:NERDCustomDelimiters = { 'tidal': { 'left': '--','right': '' } }
let g:NERDCommentEmptyLines = 1
" Plugin: fzf " Plugin: fzf