mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 01:39:54 +01:00
added plantuml plugin
This commit is contained in:
@@ -60,6 +60,13 @@ return {
|
||||
},
|
||||
config = function() require("config.lspconfig") end
|
||||
}, {
|
||||
'yriveiro/plantuml.nvim',
|
||||
dependencies = {'3rd/image.nvim'},
|
||||
config = function()
|
||||
require('plantuml').setup({
|
||||
-- Optional configuration
|
||||
})
|
||||
end
|
||||
}, {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
config = function() require("config.treesitter") end
|
||||
|
||||
Reference in New Issue
Block a user