mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-03-28 10:24:47 +01:00
NVIM: Added render-markdown.nvim
This commit is contained in:
17
.config/nvim/lua/plugins/render-markdown.lua
Normal file
17
.config/nvim/lua/plugins/render-markdown.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
-- improved display for markdown files
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
---@module 'render-markdown'
|
||||
---@type render.md.UserConfig
|
||||
opts = {
|
||||
completions = {
|
||||
lsp = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user