jmederosalvarado / roslyn.nvim

Roslyn LSP plugin for neovim
MIT License
192 stars 33 forks source link

Remove dependency on nvim-lspconfig #11

Open jmederosalvarado opened 7 months ago

jmederosalvarado commented 7 months ago

Right now lspconfig is only used to access a few simple utility functions (only lspconfig.util is ever imported). Many of this utility functions are easy to port to the plugin itself because they are pretty self contained, others might not not even be needed any more with more recent neovim nightly versions.