Add hybrid mode for markview
This commit is contained in:
parent
225500b99e
commit
3ec1e6d455
1
init.lua
1
init.lua
|
@ -168,6 +168,7 @@ require('lazy').setup({
|
||||||
'OXY2DEV/markview.nvim',
|
'OXY2DEV/markview.nvim',
|
||||||
lazy = false, -- Recommended
|
lazy = false, -- Recommended
|
||||||
-- ft = "markdown" -- If you decide to lazy-load anyway
|
-- ft = "markdown" -- If you decide to lazy-load anyway
|
||||||
|
hybrid_modes = { 'n' },
|
||||||
|
|
||||||
dependencies = {
|
dependencies = {
|
||||||
-- You will not need this if you installed the
|
-- You will not need this if you installed the
|
||||||
|
|
Loading…
Reference in New Issue