From 2737a9abca765f94571d443818e2bacea35a71e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 13 Mar 2025 20:13:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(nvim):=20freezing=20when=20h?= =?UTF-8?q?itting=20the=20tab=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit for more info: https://github.com/gaoDean/autolist.nvim/issues/79 closes #44 --- .config/nvim/lua/plugins/extras/lang/markdown-extended.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/nvim/lua/plugins/extras/lang/markdown-extended.lua b/.config/nvim/lua/plugins/extras/lang/markdown-extended.lua index 9df77f91..c3cebf1c 100644 --- a/.config/nvim/lua/plugins/extras/lang/markdown-extended.lua +++ b/.config/nvim/lua/plugins/extras/lang/markdown-extended.lua @@ -11,8 +11,6 @@ return { }, opts = {}, keys = { - { "", "AutolistTab", mode = { "i" } }, - { "", "AutolistShiftTab", mode = { "i" } }, { "", "AutolistNewBullet", mode = { "i" } }, { "o", "oAutolistNewBullet", mode = { "n" } }, { "O", "OAutolistNewBulletBefore", mode = { "n" } },