Require LSP in Ruby
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled
This commit is contained in:
parent
c2caa56b35
commit
13ed56fa04
18 changed files with 87 additions and 64 deletions
|
|
@ -32,7 +32,7 @@
|
|||
("q" "Quit" keyboard-quit)])
|
||||
|
||||
|
||||
(defun icejam-lang-php/activate-php-mode ()
|
||||
(defun icejam-lang/activate-php-mode ()
|
||||
"All things php."
|
||||
(icejam/set-indent 4)
|
||||
(column-enforce-n 80)
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
(add-to-list (make-local-variable 'company-backends)
|
||||
'(company-capf company-yasnippet)))
|
||||
|
||||
(add-hook 'php-mode-hook 'icejam-lang-php/activate-php-mode)
|
||||
(add-hook 'php-mode-hook 'icejam-lang/activate-php-mode)
|
||||
|
||||
(provide 'icejam-lang-php)
|
||||
;;; icejam-lang-php.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue