vimrc(nerdcommenter): add bib,dhall delimiters

This commit is contained in:
leo 2023-06-06 16:09:13 +02:00
parent a70339c2dd
commit 9efd6e07c6
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

View File

@ -424,7 +424,9 @@ let g:NERDTrimTrailingWhitespace = 1
" Add your own custom formats or override the defaults
let g:NERDCustomDelimiters = {
\ 'vim': { 'left': '"','right': '' },
\ 'bib': { 'left': '\%','right': '' },
\ 'c': {'left': '/**','right': '*/' },
\ 'dhall': {'left': '-- | ', 'right': '' },
\ 'zsh': { 'left': '#','right': ''},
\ 'sysctl': {'left': '#', 'right': ''},
\ 'systemd': {'left': ';', 'right': ''},