Enable markview hybrid mode for 'n'
This commit is contained in:
parent
e3b26ecaba
commit
b84883d772
5
init.lua
5
init.lua
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue