From 84779c2d5d5923fb54df16c8dc429df1abfa87b7 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 16 Jun 2025 00:29:09 +0900 Subject: modified plugins/markdown.lua, modified task/taskrc --- ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua') diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua index 1f935ee..2098e32 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua @@ -127,6 +127,12 @@ local function insert_code_cell() end return { + { + "ixru/nvim-markdown", + config = function() + vim.g.vim_markdown_no_default_key_mappings = 1 + end, + }, { "MeanderingProgrammer/render-markdown.nvim", -- dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.nvim" }, -- if you use the mini.nvim suite @@ -148,7 +154,7 @@ return { require("render-markdown").setup({ bullet = { -- Turn on / off list bullet rendering - enabled = true, + enabled = false, }, code = { enabled = true, -- disable code rendering for .ipynb files -- cgit v1.2.3