nvim: setup language plugins block

This commit is contained in:
Sloane Perrault 2022-12-12 10:35:19 -05:00
parent 1bf32bdaa0
commit 95a62563ab
No known key found for this signature in database

View file

@ -68,6 +68,11 @@ return require('packer').startup(function(use)
} }
-- language specific plugins
use {
'jxnblk/vim-mdx-js',
}
use { 'dracula/vim', as = 'dracula' } use { 'dracula/vim', as = 'dracula' }
-- Automatically set up your configuration after cloning packer.nvim -- Automatically set up your configuration after cloning packer.nvim