feat: markview jdtls

This commit is contained in:
s-prechtl 2025-03-19 11:54:21 +01:00
parent f46ca719c8
commit 3d5c70daf0
4 changed files with 122 additions and 103 deletions

View file

@ -0,0 +1,9 @@
return {
"OXY2DEV/markview.nvim",
lazy = false,
opts = {
preview = {
icon_provider = "internal", -- "mini" or "devicons"
}
},
};