Replace lsp-rooter with project

This commit is contained in:
Oliver Hartmann
2021-09-10 14:19:07 +02:00
parent 19f925775a
commit e6a86c6a3e
2 changed files with 6 additions and 3 deletions

View File

@@ -37,6 +37,6 @@ return require('packer').startup(function()
'hoob3rt/lualine.nvim',
requires = {'kyazdani42/nvim-web-devicons', opt = true}
}
use {'ahmedkhalf/lsp-rooter.nvim'}
use {'ahmedkhalf/project.nvim'}
use {'p00f/nvim-ts-rainbow'}
end)