Added lazy lsp loading

This commit is contained in:
Bryan Ramos 2023-04-21 18:33:58 -04:00
parent 0551732884
commit f656be8083
2 changed files with 13 additions and 21 deletions

View file

@ -94,6 +94,9 @@ return packer.startup(function(use)
-- LSP Config
use 'neovim/nvim-lspconfig'
use 'kabouzeid/nvim-lspinstall'
use { 'dundalek/lazy-lsp.nvim',
requires = { 'neovim/nvim-lspconfig' }
}
use {'hrsh7th/nvim-compe',
config = function()