Skip to content

Commit

Permalink
emacs: company-lsp no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Mar 9, 2024
1 parent 41acc6c commit dd39cb2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@
(use-package company
:config
(setq company-idle-delay 0)
(setq company-minimum-prefix-length 1))

(use-package company-lsp
:commands company-lsp)
(setq company-minimum-prefix-length 1)
(setq lsp-completion-provider :capf))

(use-package yasnippet
:commands yas-minor-mode
Expand Down

0 comments on commit dd39cb2

Please sign in to comment.