Nvim: add new plugins to test, tab to complete

This commit is contained in:
2022-03-28 23:05:00 +02:00
parent 8336c51383
commit c43f8821be
4 changed files with 13 additions and 6 deletions

View File

@@ -112,6 +112,13 @@ Plug 'dylanaraps/wal'
Plug 'marko-cerovac/material.nvim'
Plug 'Shatur/neovim-ayu'
" }}}
" Testing phase {{{
Plug 'nvim-neorg/neorg'
Plug 'jubnzv/virtual-types.nvim'
Plug 'folke/which-key.nvim'
" }}}
"
call plug#end()