1
0
Fork 0

nvim: use git-version of autolist

until <https://github.com/gaoDean/autolist.nvim/commit/02333ee> is in a
release
This commit is contained in:
tastytea 2022-09-26 10:44:45 +02:00
parent a756d95bf8
commit 49c8d2494b
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

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