mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
add nerd commenter plugin
This commit is contained in:
parent
b7a835dbec
commit
d3c18bc1c0
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
|||
call plug#begin()
|
||||
Plug 'fatih/vim-go'
|
||||
Plug 'bronson/vim-trailing-whitespace'
|
||||
Plug 'preservim/nerdcommenter'
|
||||
call plug#end()
|
||||
"""
|
||||
|
||||
|
@ -57,6 +58,7 @@ set ruler
|
|||
set showmatch
|
||||
set smarttab
|
||||
set ts=2 sw=2 sts=2 expandtab
|
||||
let g:NERDSpaceDelims=1
|
||||
|
||||
let mapleader=","
|
||||
if has("autocmd")
|
||||
|
|
Loading…
Reference in a new issue