sync to prepare for switch back to windows
This commit is contained in:
parent
da0937f908
commit
3fdc8e3dc3
8 changed files with 86 additions and 75 deletions
19
lua/custom/plugins/markview.lua
Normal file
19
lua/custom/plugins/markview.lua
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
return {
|
||||
-- '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',
|
||||
-- },
|
||||
-- config = function()
|
||||
-- require('markview').setup {
|
||||
--
|
||||
-- }
|
||||
-- end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue