refactor(php): update magit-psr configuration

This commit is contained in:
kj
2026-06-11 12:56:40 -03:00
parent e011cae8ba
commit f8f76d2bde
2 changed files with 5 additions and 4 deletions

View File

@@ -48,6 +48,7 @@
(add-to-list 'eglot-server-programs '(web-mode . ("rass" "--" "htmx-lsp" "--" "intelephense" "--stdio"))) (add-to-list 'eglot-server-programs '(web-mode . ("rass" "--" "htmx-lsp" "--" "intelephense" "--stdio")))
(add-to-list 'eglot-server-programs '(html-mode . ("rass" "--" "htmx-lsp" "--" "intelephense" "--stdio"))) (add-to-list 'eglot-server-programs '(html-mode . ("rass" "--" "htmx-lsp" "--" "intelephense" "--stdio")))
(add-to-list 'eglot-server-programs '(nhtml-mode . ("rass" "--" "htmx-lsp" "--" "intelephense" "--stdio"))) (add-to-list 'eglot-server-programs '(nhtml-mode . ("rass" "--" "htmx-lsp" "--" "intelephense" "--stdio")))
;;(add-to-list 'eglot-server-programs '(markdown-mode . ("marksman")))
(add-to-list 'eglot-ignored-server-capabilities :inlayHintProvider) (add-to-list 'eglot-ignored-server-capabilities :inlayHintProvider)
) )

View File

@@ -55,10 +55,10 @@
(use-package magit-psr (use-package magit-psr
:ensure (:host github :repo "KJ2ME/magit-psr") :ensure (:host github :repo "KJ2ME/magit-psr")
:config :custom
(setq magit-psr-recent-commits 20 (magit-psr-recent-commits 5)
magit-psr-show-warnings t (magit-psr-show-warnings t)
magit-psr-show-placeholder nil)) (magit-psr-show-placeholder nil))
(provide 'lang-php) (provide 'lang-php)
;;; lang-php.el ends here ;;; lang-php.el ends here