Enable markview hybrid mode for 'n'

This commit is contained in:
smashblu 2024-08-30 08:56:37 -07:00
parent e3b26ecaba
commit b84883d772
1 changed files with 3 additions and 2 deletions

View File

@ -168,8 +168,6 @@ 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
-- parsers manually -- parsers manually
@ -178,6 +176,9 @@ require('lazy').setup({
'nvim-tree/nvim-web-devicons', 'nvim-tree/nvim-web-devicons',
}, },
opts = {
hybrid_modes = { 'n' },
},
}, },
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically