We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c23e42 commit 4bb0089Copy full SHA for 4bb0089
lua/custom/plugins/init.lua
@@ -2,4 +2,12 @@
2
-- I promise not to create any merge conflicts in this directory :)
3
--
4
-- See the kickstart.nvim README for more information
5
-return {}
+-- All .lua files in this directory will be automatically loaded by lazy.nvim
6
+return {
7
+ {
8
+ 'MeanderingProgrammer/render-markdown.nvim',
9
+ dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' },
10
+ ft = { 'markdown' },
11
+ opts = {},
12
+ },
13
+}
0 commit comments