nvim: re-enable tags for autolist.nvim and Comment.nvim
This commit is contained in:
parent
c081d9d7d1
commit
5469281e1e
|
@ -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' }
|
||||
|
|
Loading…
Reference in New Issue
Block a user