mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user