Remove company-lsp fallback

Issues with ts-ls and gopls have been reportedly resolved upstream, so
we are fully committing to company-capf as LSP's chosen backend.
This commit is contained in:
Henrik Lissner 2020-05-02 22:38:36 -04:00
parent 62b626f7b7
commit b3c957065c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 8 additions and 72 deletions

View file

@ -3,8 +3,6 @@
(package! lsp-mode :pin "d0096ccf22e0e70eaad6cc99e5ae4bd9fc81f75f")
(package! lsp-ui :pin "242dfe859c3497c456eaacfd84942e12419529fe")
(when (featurep! :completion company)
(package! company-lsp :pin "f921ffa0cdc542c21dc3dd85f2c93df4288e83bd"))
(when (featurep! :completion ivy)
(package! lsp-ivy :pin "81e81ced99829358674c5a6bbe2c3e15cecd4ed8"))
(when (featurep! :completion helm)