1
0
Fork 0

nvim: switch to pre_release branch of projections to shut up warning

This commit is contained in:
tastytea 2023-08-07 01:43:58 +02:00
parent cbcc45ad69
commit 5235f1d7fc
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 3 additions and 1 deletions

View File

@ -190,7 +190,9 @@ require('packer').startup({
}
use { 'https://github.com/windwp/nvim-autopairs' }
use { 'https://github.com/L3MON4D3/LuaSnip' }
use { 'https://github.com/GnikDroy/projections.nvim' }
use {
'https://github.com/GnikDroy/projections.nvim',
branch = 'pre_release' }
use {
'https://github.com/mfussenegger/nvim-dap',
tag = '*'