refactor(php): update magit-psr configuration
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
(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 '(nhtml-mode . ("rass" "--" "htmx-lsp" "--" "intelephense" "--stdio")))
|
||||
;;(add-to-list 'eglot-server-programs '(markdown-mode . ("marksman")))
|
||||
(add-to-list 'eglot-ignored-server-capabilities :inlayHintProvider)
|
||||
)
|
||||
|
||||
|
||||
@@ -55,10 +55,10 @@
|
||||
|
||||
(use-package magit-psr
|
||||
:ensure (:host github :repo "KJ2ME/magit-psr")
|
||||
:config
|
||||
(setq magit-psr-recent-commits 20
|
||||
magit-psr-show-warnings t
|
||||
magit-psr-show-placeholder nil))
|
||||
:custom
|
||||
(magit-psr-recent-commits 5)
|
||||
(magit-psr-show-warnings t)
|
||||
(magit-psr-show-placeholder nil))
|
||||
|
||||
(provide 'lang-php)
|
||||
;;; lang-php.el ends here
|
||||
|
||||
Reference in New Issue
Block a user