nvim-lspconfig
nvim-lspconfig copied to clipboard
clean/simplify redundant wrapper functions
Description
Bloated additions and redundant wrappers self:add, self:try_add, self:try_add_wrapper
... current vim.lsp.start
supports reuse_client
. we can simplify some code.