Hoffs / omnisharp-extended-lsp.nvim

Extended 'textDocument/definition' handler for OmniSharp Neovim LSP (now also `textDocument/references`, `textDocument/implementation` and source generated files)
147 stars 18 forks source link

Lazy load telescope #32

Closed zoriya closed 7 months ago

zoriya commented 7 months ago

Loading telescope on startup adds ~100ms on my machine, so I made require calls to telescope only happen when needed.

Hoffs commented 7 months ago

Cool, thanks for the contribution!