mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
added plantuml plugin (different pluging and fixed requirements in Nix)
This commit is contained in:
@@ -60,13 +60,9 @@ return {
|
|||||||
},
|
},
|
||||||
config = function() require("config.lspconfig") end
|
config = function() require("config.lspconfig") end
|
||||||
}, {
|
}, {
|
||||||
'yriveiro/plantuml.nvim',
|
'https://gitlab.com/itaranto/plantuml.nvim',
|
||||||
dependencies = {'3rd/image.nvim'},
|
version = '*',
|
||||||
config = function()
|
config = function() require('plantuml').setup() end
|
||||||
require('plantuml').setup({
|
|
||||||
-- Optional configuration
|
|
||||||
})
|
|
||||||
end
|
|
||||||
}, {
|
}, {
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
config = function() require("config.treesitter") end
|
config = function() require("config.treesitter") end
|
||||||
|
|||||||
Reference in New Issue
Block a user