nvim: use own fork of project.nvim

because it has a current dir fallback
This commit is contained in:
tastytea 2022-08-25 18:43:26 +02:00
parent 5850905a01
commit f27ed54f91
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -125,7 +125,10 @@ require('packer').startup(function(use)
'https://github.com/lewis6991/gitsigns.nvim', 'https://github.com/lewis6991/gitsigns.nvim',
tag = '*' tag = '*'
} }
use { 'https://github.com/ahmedkhalf/project.nvim' } -- use { 'https://github.com/ahmedkhalf/project.nvim' }
use { -- <https://github.com/ahmedkhalf/project.nvim/pull/89>
'https://github.com/tastytea/project.nvim',
branch = 'fallback_current_dir' }
-- net -- net
use { -- embed nvim in browsers use { -- embed nvim in browsers