mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
3 commits
4514ab86a0
...
75dbd2e0fb
Author | SHA1 | Date | |
---|---|---|---|
|
75dbd2e0fb | ||
|
0ac6542bb5 | ||
|
c73c298d26 |
2 changed files with 10 additions and 0 deletions
2
nvim/coc-languages/go.vim
Normal file
2
nvim/coc-languages/go.vim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
call extend(g:dotfiles_coc_extensions, {'coc-go': 1})
|
||||||
|
call extend(g:dotfiles_coc_filetypes, {'go': 1})
|
|
@ -16,11 +16,19 @@ let s:plug = funcref('dotfiles#plugman#register')
|
||||||
call s:plug('alaviss/nim.nvim')
|
call s:plug('alaviss/nim.nvim')
|
||||||
call s:plug('stevearc/vim-arduino')
|
call s:plug('stevearc/vim-arduino')
|
||||||
call s:plug('xiyaowong/coc-nvim-lua')
|
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 {{{
|
" Misc {{{
|
||||||
if has('nvim-0.5.0')
|
if has('nvim-0.5.0')
|
||||||
call s:plug('andweeb/presence.nvim')
|
call s:plug('andweeb/presence.nvim')
|
||||||
|
endif
|
||||||
|
if has('nvim-0.6.0')
|
||||||
call s:plug('github/copilot.vim')
|
call s:plug('github/copilot.vim')
|
||||||
endif
|
endif
|
||||||
call s:plug('wakatime/vim-wakatime')
|
call s:plug('wakatime/vim-wakatime')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue