Sexy comments starts with double stars in the start

This commit is contained in:
2017-06-16 00:31:08 +05:30
parent cdd9e044be
commit 41793bbe31
+3 -1
View File
@@ -20,7 +20,9 @@ set spell " Spell checking on
set hidden " Allow buffer switching without saving set hidden " Allow buffer switching without saving
" No need to specify swap directory as it is the default " No need to specify swap directory as it is the default
filetype plugin indent on " Automatically detect file types. filetype plugin indent on " Automatically detect file types.
let NERDSpaceDelims=1 let g:NERDSpaceDelims=1
au BufEnter *.ts let b:NERDSexyComMarker='* '
au BufEnter *.js let b:NERDSexyComMarker='* '
set listchars=tab:»\ ,eol,trail,precedes:…,extends:… set listchars=tab:»\ ,eol,trail,precedes:…,extends:…
set noswapfile set noswapfile
set title set title