From 5469281e1ea8f048a17c0ad582c6d7b8ab347e07 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 10 Oct 2022 12:52:41 +0200 Subject: [PATCH] nvim: re-enable tags for autolist.nvim and Comment.nvim --- .config/nvim/lua/my/plugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/my/plugins.lua b/.config/nvim/lua/my/plugins.lua index 6ce5c58..861ca1d 100644 --- a/.config/nvim/lua/my/plugins.lua +++ b/.config/nvim/lua/my/plugins.lua @@ -141,13 +141,13 @@ require('packer').startup({ function(use) } use { 'https://github.com/gaoDean/autolist.nvim', - -- tag = '*' -- re-enable with release after 2022-09-15 + tag = '*' } -- coding use { 'https://github.com/numToStr/Comment.nvim', - -- tag = '*' -- re-enable after 0.6.1 (wrong lua comments) + tag = '*' } use { 'https://github.com/windwp/nvim-autopairs' } use { 'https://github.com/L3MON4D3/LuaSnip' }