nvim: use own fork of project.nvim
because it has a current dir fallback
This commit is contained in:
parent
5850905a01
commit
f27ed54f91
|
@ -125,7 +125,10 @@ require('packer').startup(function(use)
|
|||
'https://github.com/lewis6991/gitsigns.nvim',
|
||||
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
|
||||
use { -- embed nvim in browsers
|
||||
|
|
Loading…
Reference in New Issue
Block a user