added custom configuration
This commit is contained in:
parent
2abcb39fae
commit
19b91ec1c5
9 changed files with 232 additions and 39 deletions
11
lua/custom/plugins/markview.lua
Normal file
11
lua/custom/plugins/markview.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
-- For `plugins/markview.lua` users.
|
||||
return {
|
||||
'OXY2DEV/markview.nvim',
|
||||
lazy = false,
|
||||
|
||||
-- For blink.cmp's completion
|
||||
-- source
|
||||
-- dependencies = {
|
||||
-- "saghen/blink.cmp"
|
||||
-- },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue