✨ (eglot) Add phpactor lsp
This commit is contained in:
parent
670e23ac70
commit
2de05361f0
1 changed files with 2 additions and 0 deletions
|
@ -1914,6 +1914,8 @@ Source: [[https://github.com/joaotavora/eglot][GitHub:joaotavora/eglot]]
|
|||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package eglot
|
||||
:config
|
||||
(add-to-list 'eglot-server-programs '(php-mode . ("~/.local/bin/phpactor" "language-server")))
|
||||
:hook ((python-mode . eglot-ensure)
|
||||
(go-mode . eglot-ensure)
|
||||
(php-mode . eglot-ensure)
|
||||
|
|
Loading…
Add table
Reference in a new issue