Compare commits

..

No commits in common. "75dbd2e0fb7cf122c8df6c40affa188bbddaedc8" and "4514ab86a09b192b8da5ac9811cc2e3f9aadfb17" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View file

@ -1,2 +0,0 @@
call extend(g:dotfiles_coc_extensions, {'coc-go': 1})
call extend(g:dotfiles_coc_filetypes, {'go': 1})

View file

@ -16,19 +16,11 @@ let s:plug = funcref('dotfiles#plugman#register')
call s:plug('alaviss/nim.nvim')
call s:plug('stevearc/vim-arduino')
call s:plug('xiyaowong/coc-nvim-lua')
call s:plug('noahfrederick/vim-laravel') " dependencies {{{
call s:plug('noahfrederick/vim-composer')
call s:plug('tpope/vim-projectionist')
call s:plug('tpope/vim-dispatch')
" }}}
" }}}
" Misc {{{
if has('nvim-0.5.0')
call s:plug('andweeb/presence.nvim')
endif
if has('nvim-0.6.0')
call s:plug('github/copilot.vim')
endif
call s:plug('wakatime/vim-wakatime')