Fixed lsp?

This commit is contained in:
Bryan Ramos 2023-04-19 16:27:26 -04:00
parent 781777dd3b
commit cb0d9961c1

View file

@ -90,6 +90,7 @@ return packer.startup(function(use)
use 'neovim/nvim-lspconfig'
use 'hrsh7th/nvim-compe'
use 'kabouzeid/nvim-lspinstall'
end)
local nvim_lsp = require('lspconfig')
local lspinstall = require('lspinstall')
@ -115,4 +116,3 @@ return packer.startup(function(use)
treesitter = true,
},
})
end)