diff options
author | Christian Segundo | 2025-01-17 20:37:25 +0100 |
---|---|---|
committer | Christian Segundo | 2025-01-17 20:37:25 +0100 |
commit | b0db9d2cb68b76614c9343511c3a327e31a6b31c (patch) | |
tree | 2de6d178564cc57f801dbbde64c977903c3f00f8 /lua/plugins/lang/markdown.lua | |
parent | ef931396940b9653ec6697f72208dd131c881c04 (diff) | |
download | config-b0db9d2cb68b76614c9343511c3a327e31a6b31c.tar.gz |
remove unused nvim-treesitter markdown config
Diffstat (limited to 'lua/plugins/lang/markdown.lua')
-rw-r--r-- | lua/plugins/lang/markdown.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lua/plugins/lang/markdown.lua b/lua/plugins/lang/markdown.lua index e1bede1..385196a 100644 --- a/lua/plugins/lang/markdown.lua +++ b/lua/plugins/lang/markdown.lua @@ -30,19 +30,6 @@ return { ft = { "markdown" }, }, - -- { - -- "nvim-treesitter/nvim-treesitter", - -- opts = function(_, opts) - -- if type(opts) == "table" then - -- opts.ensure_installed = opts.ensure_installed or {} - -- vim.list_extend(opts.ensure_installed, { - -- "markdown_inline", - -- "markdown", - -- }) - -- end - -- end, - -- }, - { "jose-elias-alvarez/null-ls.nvim", opts = function(_, opts) |