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