Merge new modular config
This commit is contained in:
parent
270d774c6f
commit
efd0b9e719
9 changed files with 99 additions and 835 deletions
17
lua/custom/plugins/markview.lua
Normal file
17
lua/custom/plugins/markview.lua
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
return {
|
||||
{ -- Markview
|
||||
'OXY2DEV/markview.nvim',
|
||||
lazy = false, -- Recommended
|
||||
-- ft = "markdown" -- If you decide to lazy-load anyway
|
||||
dependencies = {
|
||||
-- You will not need this if you installed the
|
||||
-- parsers manually
|
||||
-- Or if the parsers are in your $RUNTIMEPATH
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
opts = {
|
||||
hybrid_modes = { 'n' },
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue