initial commit for dev-env
This commit is contained in:
parent
9171060e62
commit
a97049a1d1
26 changed files with 153 additions and 478 deletions
|
@ -1,10 +0,0 @@
|
|||
return {
|
||||
"MeanderingProgrammer/markdown.nvim",
|
||||
name = "render-markdown", -- Only needed if you have another plugin named markdown.nvim
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.nvim" }, -- if you use the mini.nvim suite
|
||||
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
|
||||
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
|
||||
config = function()
|
||||
require("render-markdown").setup({})
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue