Add lspinstall, fix completion
This commit is contained in:
parent
4a6bd800d6
commit
4361204e18
4 changed files with 109 additions and 36 deletions
|
@ -39,6 +39,9 @@ require('packer').startup(function()
|
|||
-- Configs for built-in LSP
|
||||
use 'neovim/nvim-lspconfig'
|
||||
|
||||
-- Install LSP executables
|
||||
use 'kabouzeid/nvim-lspinstall'
|
||||
|
||||
-- Completion framework
|
||||
use 'nvim-lua/completion-nvim'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue