From b84883d7727d2fe65bac24a81292a710ce8e87ec Mon Sep 17 00:00:00 2001 From: smashblu Date: Fri, 30 Aug 2024 08:56:37 -0700 Subject: [PATCH] Enable markview hybrid mode for 'n' --- init.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 331dcd3f..023fca26 100644 --- a/init.lua +++ b/init.lua @@ -168,8 +168,6 @@ require('lazy').setup({ 'OXY2DEV/markview.nvim', lazy = false, -- Recommended -- ft = "markdown" -- If you decide to lazy-load anyway - hybrid_modes = { 'n' }, - dependencies = { -- You will not need this if you installed the -- parsers manually @@ -178,6 +176,9 @@ require('lazy').setup({ 'nvim-tree/nvim-web-devicons', }, + opts = { + hybrid_modes = { 'n' }, + }, }, 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically