mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Added lazy lsp loading
This commit is contained in:
parent
0551732884
commit
f656be8083
2 changed files with 13 additions and 21 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue