lsp-ivy is in MELPA.
This commit is contained in:
parent
ad5712d9df
commit
6e3bc96b0e
|
@ -1,6 +1,6 @@
|
||||||
;;; c++.el --- C++ settings. -*- lexical-binding: t; -*-
|
;;; c++.el --- C++ settings. -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Time-stamp: <2019-10-27T20:06:26+00:00>
|
;; Time-stamp: <2019-11-04T10:10:29+00:00>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -125,10 +125,8 @@
|
||||||
(push 'company-lsp company-backends)
|
(push 'company-lsp company-backends)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Not in MELPA yet, doesn't do much yet. Keep an eye on this.
|
;; ivy interface to lsp-mode.
|
||||||
;; <https://github.com/emacs-lsp/lsp-ivy>
|
|
||||||
(use-package lsp-ivy
|
(use-package lsp-ivy
|
||||||
:load-path "~/.emacs.d/custom-packages/lsp-ivy"
|
|
||||||
:after (lsp-mode ivy)
|
:after (lsp-mode ivy)
|
||||||
)
|
)
|
||||||
) ; unless slow-computer.
|
) ; unless slow-computer.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user