mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Add license injector plugin.
This commit is contained in:
parent
6136f826db
commit
043be7af96
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ let s:ctx = g:dotfiles_plugins_list_context
|
|||
call s:ctx.use('preservim/nerdtree')
|
||||
call s:ctx.use('kyazdani42/nvim-web-devicons')
|
||||
call s:ctx.use('akinsho/nvim-toggleterm.lua')
|
||||
call s:ctx.use('antoyo/vim-licenses')
|
||||
" }}}
|
||||
|
||||
" Language specific {{{
|
||||
|
|
Loading…
Reference in a new issue