nvim: re-enable tags for autolist.nvim and Comment.nvim

This commit is contained in:
tastytea 2022-10-10 12:52:41 +02:00
parent c081d9d7d1
commit 5469281e1e
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -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' }