nvim: add d2 lang support
This commit is contained in:
@@ -152,6 +152,9 @@ return require('packer').startup(function(use)
|
|||||||
-- pip install pygobject dbus-python pynvim
|
-- pip install pygobject dbus-python pynvim
|
||||||
use({ "peterbjorgensen/sved" })
|
use({ "peterbjorgensen/sved" })
|
||||||
|
|
||||||
|
-- d2 lang support
|
||||||
|
use({"terrastruct/d2-vim"})
|
||||||
|
|
||||||
-- Automatically set up your configuration after cloning packer.nvim
|
-- Automatically set up your configuration after cloning packer.nvim
|
||||||
-- Put this at the end after all plugins
|
-- Put this at the end after all plugins
|
||||||
if packer_bootstrap then
|
if packer_bootstrap then
|
||||||
|
|||||||
Reference in New Issue
Block a user