feat: markview jdtls
This commit is contained in:
parent
f46ca719c8
commit
3d5c70daf0
4 changed files with 122 additions and 103 deletions
9
lua/custom/plugins/markview.lua
Normal file
9
lua/custom/plugins/markview.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"OXY2DEV/markview.nvim",
|
||||
lazy = false,
|
||||
opts = {
|
||||
preview = {
|
||||
icon_provider = "internal", -- "mini" or "devicons"
|
||||
}
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue