Browse Source

Sexy comments starts with double stars in the start

pull/1/head
Harish.K 8 years ago
parent
commit
41793bbe31
  1. 4
      home/.config/nvim/init.vim

4
home/.config/nvim/init.vim

@ -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

Loading…
Cancel
Save