mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "75dbd2e0fb7cf122c8df6c40affa188bbddaedc8" and "4514ab86a09b192b8da5ac9811cc2e3f9aadfb17" have entirely different histories.
75dbd2e0fb
...
4514ab86a0
2 changed files with 0 additions and 10 deletions
|
@ -1,2 +0,0 @@
|
|||
call extend(g:dotfiles_coc_extensions, {'coc-go': 1})
|
||||
call extend(g:dotfiles_coc_filetypes, {'go': 1})
|
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue