mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
Sexy comments starts with double stars in the start
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user