From d9f2cc6d35b4cf1db0b8f7b32fdb184a60037033 Mon Sep 17 00:00:00 2001
From: Brahmajit Das <brahmajit.xyz@gmail.com>
Date: Thu, 2 May 2024 22:05:22 +0530
Subject: nvim: lua: plugins: adding vim-pandoc/vim-pandoc plugin

Also disable treesitter highlighting for markdown

Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
---
 lua/plugins/treesitter.lua | 1 +
 1 file changed, 1 insertion(+)

(limited to 'lua/plugins')

diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua
index 6300d6b..8190ac3 100644
--- a/lua/plugins/treesitter.lua
+++ b/lua/plugins/treesitter.lua
@@ -20,6 +20,7 @@ require 'nvim-treesitter.configs'.setup {
 		-- the name of the parser)
 		-- list of language that will be disabled
 		-- disable = { "c", "rust" },
+		disable = { "markdown" },
 
 		-- Setting this to true will run `:h syntax` and tree-sitter at the same time.
 		-- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).
-- 
cgit v1.2.3