From 75f9692e7d144b129c304ebbb938c855d4d4632c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20L=C3=BCdecke?= Date: Thu, 3 Jul 2025 21:34:48 +0200 Subject: [PATCH] Dropped asciidoc treesitter code --- lua/plugins.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 6bf4b2d..0f725fc 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -398,11 +398,6 @@ require("lazy").setup({ "itchyny/calendar.vim" }, - -- treesitter asciidoc support - -- // NOTE.2025-01-17 seems to be broken - -- { "cpkio/nvim-treesitter-asciidoc" }, - - -- Greeter to run on NeoVim startup { 'goolord/alpha-nvim',