From 5b63e518b3e3f7e842129f7de4188c183a7c854b Mon Sep 17 00:00:00 2001 From: Quinn Date: Tue, 27 Jan 2026 00:57:19 +0100 Subject: [PATCH] Include markdown and markdown_inline in pre-installed, since those are very likely unavoidable. I use Markdown rendering for comment strings, or something like that, hence this is probably good to have pre-emptively. --- .config/nvim/lua/plugin/nvim-treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/lua/plugin/nvim-treesitter.lua b/.config/nvim/lua/plugin/nvim-treesitter.lua index 4ac89e1..e19e4a9 100644 --- a/.config/nvim/lua/plugin/nvim-treesitter.lua +++ b/.config/nvim/lua/plugin/nvim-treesitter.lua @@ -11,6 +11,7 @@ return { { 'c', 'make', 'bash', 'gitignore', 'editorconfig', 'ini', 'json', 'yaml', + 'markdown', 'markdown_inline', }) -- Define aliases for entries that lack an entry, but should have one.