m-pilia / vim-ccls

Vim plugin for the ccls language server
MIT License
97 stars 7 forks source link

Decouple autoload#ccls#lsp #21

Closed m-pilia closed 5 years ago

m-pilia commented 5 years ago

Description

Turn autoload#ccls#lsp in a pure LSP library, and make it independent from the view and from anything that is not directly related to the LSP.

Benefits