From 49c8d2494bcaa73fd4138c82c4ef9385baf59c76 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 26 Sep 2022 10:44:45 +0200 Subject: [PATCH] nvim: use git-version of autolist until is in a release --- .config/nvim/lua/my/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/my/plugins.lua b/.config/nvim/lua/my/plugins.lua index 866d66f..7a1cc95 100644 --- a/.config/nvim/lua/my/plugins.lua +++ b/.config/nvim/lua/my/plugins.lua @@ -141,7 +141,7 @@ require('packer').startup({ function(use) } use { 'https://github.com/gaoDean/autolist.nvim', - tag = '*' + -- tag = '*' -- re-enable with release after 2022-09-15 } -- coding