1
0
Fork 0

nvim: re-comment accidentaly uncommented comment

This commit is contained in:
tastytea 2022-08-15 05:21:20 +02:00
parent e82a4eaa91
commit 9c00db7620
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ require('packer').startup(function(use)
-- coding
use {
'https://github.com/tomtom/tcomment_vim',
tag = '*' -- NOTE: reactivate when tagged after 2022-08-15
-- tag = '*' -- NOTE: reactivate when tagged after 2022-08-15
}
use {
'https://github.com/TimUntersberger/neogit',