dotfiles/nvim/dotfiles/plugins-list.vim

14 lines
185 B
VimL
Raw Normal View History

2021-06-28 15:38:18 +00:00
" Files {{{
Plug 'weirongxu/coc-explorer'
2021-06-28 15:38:18 +00:00
" }}}
" Language specific {{{
Plug 'alaviss/nim.nvim'
" }}}
2021-07-03 10:45:22 +00:00
" Misc {{{
if has('nvim-0.5.0')
Plug 'andweeb/presence.nvim'
endif
" }}}