nvim: add d2 lang support

This commit is contained in:
Marco Thomas
2023-03-01 22:53:44 +01:00
parent a824086cdb
commit 36e5e4a4bb

View File

@@ -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