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