nvim: setup language plugins block
This commit is contained in:
parent
1bf32bdaa0
commit
95a62563ab
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@ return require('packer').startup(function(use)
|
|||
}
|
||||
|
||||
|
||||
-- language specific plugins
|
||||
use {
|
||||
'jxnblk/vim-mdx-js',
|
||||
}
|
||||
|
||||
use { 'dracula/vim', as = 'dracula' }
|
||||
|
||||
-- Automatically set up your configuration after cloning packer.nvim
|
||||
|
|
Loading…
Reference in a new issue