Skip to content

Is it possible to lazy load this plugin yet interact with nvim-lspconfig? #688

Answered by arsham
glyh asked this question in Q&A
Discussion options

You must be logged in to vote

You can try adding this to the nvim-lspconfig use block:

use {
    'neovim/nvim-lspconfig',
    after = { 'nvim-cmp' },
    event = { 'BufRead', 'BufNewFile', 'InsertEnter' },
}

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@glyh
Comment options

@smjonas
Comment options

Comment options

You must be logged in to vote
1 reply
@glyh
Comment options

Answer selected by glyh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants