Added lsp-rooter and ts-rainbow

This commit is contained in:
2021-09-09 20:27:11 +02:00
parent 9074078a98
commit f464972ef0
2 changed files with 14 additions and 0 deletions

View File

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