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:
parent
62b626f7b7
commit
b3c957065c
2 changed files with 8 additions and 72 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue