dotfiles/nvim/dotfiles/plugins-list.vim

24 lines
496 B
VimL
Raw Normal View History

let s:ctx = g:dotfiles_plugins_list_context
" UI {{{
call s:ctx.use('romgrk/barbar.nvim')
call s:ctx.use('hoob3rt/lualine.nvim')
" }}}
2021-06-28 15:38:18 +00:00
" Files {{{
call s:ctx.use('preservim/nerdtree')
call s:ctx.use('kyazdani42/nvim-web-devicons')
2021-07-13 11:46:30 +00:00
call s:ctx.use('akinsho/nvim-toggleterm.lua')
2021-07-14 20:15:03 +00:00
call s:ctx.use('antoyo/vim-licenses')
2021-06-28 15:38:18 +00:00
" }}}
" Language specific {{{
call s:ctx.use('alaviss/nim.nvim')
2021-06-28 15:38:18 +00:00
" }}}
2021-07-03 10:45:22 +00:00
" Misc {{{
if has('nvim-0.5.0')
call s:ctx.use('andweeb/presence.nvim')
2021-07-03 10:45:22 +00:00
endif
" }}}