Add hybrid mode for markview

This commit is contained in:
smashblu 2024-08-21 16:59:59 -07:00
parent 225500b99e
commit 3ec1e6d455
1 changed files with 1 additions and 0 deletions

View File

@ -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