mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
Compare commits
2 commits
9a39b4b7c5
...
ae804e9387
Author | SHA1 | Date | |
---|---|---|---|
ae804e9387 | |||
62b2b4b521 |
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
||||||
" Load Plug-ins
|
" Load Plug-ins
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
Plug 'fatih/vim-go'
|
Plug 'fatih/vim-go'
|
||||||
|
Plug 'bronson/vim-trailing-whitespace'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue