summaryrefslogtreecommitdiffstats
path: root/plugin/50-markdown.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/50-markdown.lua')
-rw-r--r--plugin/50-markdown.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugin/50-markdown.lua b/plugin/50-markdown.lua
index 87a7838..ac8f7b3 100644
--- a/plugin/50-markdown.lua
+++ b/plugin/50-markdown.lua
@@ -3,12 +3,6 @@
--
-- Uses `render-markdown`, see https://github.com/MeanderingProgrammer/render-markdown.nvim
-vim.pack.add({
- "https://github.com/nvim-treesitter/nvim-treesitter",
- "https://github.com/nvim-tree/nvim-web-devicons",
- "https://github.com/MeanderingProgrammer/render-markdown.nvim",
-})
-
require("nvim-treesitter").install({
"html",
"latex",