vimrc(nerdcommenter): add bib,dhall delimiters
This commit is contained in:
parent
a70339c2dd
commit
9efd6e07c6
@ -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': ''},
|
||||
|
Loading…
Reference in New Issue
Block a user