1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Add $GOPATH/bin to PATH

This commit is contained in:
2018-04-20 23:58:53 +01:00
parent fff7fa1452
commit 4579473479
3 changed files with 6 additions and 2 deletions

View File

@ -104,6 +104,7 @@ Plugin 'PotatoesMaster/i3-vim-syntax'
Plugin 'lervag/vimtex'
Plugin 'JamshedVesuna/vim-markdown-preview'
Plugin 'junegunn/fzf.vim'
Plugin 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
call vundle#end()