Add nerdcommenter config for requirements

This commit is contained in:
Pavle Portic 2021-10-08 16:27:29 +02:00
parent ce7e15fbc0
commit 93755123cb
Signed by: TheEdgeOfRage
GPG Key ID: F2AB38285780DE3D
1 changed files with 5 additions and 1 deletions

View File

@ -265,7 +265,11 @@ function! UserConfig()
\ }
" NERDCommenter configuration
let g:NERDCustomDelimiters = {'vue': {'left': '//'}, 'systemd': {'left': '#'}}
let g:NERDCustomDelimiters = {
\ 'requirements': {'left': '#'},
\ 'systemd': {'left': '#'},
\ 'vue': {'left': '//'},
\ }
let g:NERDDefaultAlign = 'left'
" Coc extensions