diff --git a/.vimrc b/.vimrc index f5bf6e2..e0c58d4 100644 --- a/.vimrc +++ b/.vimrc @@ -1,5 +1,4 @@ " General config ______________________ -" set nocompatible @@ -173,14 +172,11 @@ call plug#end() " Plugin config ________________________ -" Plugin: NERDCommenter +" Plugin: vim-commentary -let g:NERDSpaceDelims = 1 -let g:NERDCompactSexyComs = 1 -let NERDAltDelims_haskell = 1 -let g:NERDCustomDelimiters = { 'tidal': { 'left': '{-','right': '-}' } } -let g:NERDCustomDelimiters = { 'tidal': { 'left': '--','right': '' } } -let g:NERDCommentEmptyLines = 1 +xmap c Commentary +nmap c Commentary +nmap cc CommentaryLine " Plugin: fzf