Compare commits
3 Commits
8133266734
...
5ebecc1d4b
Author | SHA1 | Date | |
---|---|---|---|
5ebecc1d4b | |||
64d60088cb | |||
dce274d8ff |
@ -40,7 +40,6 @@
|
|||||||
(sh-mode . eglot-ensure))
|
(sh-mode . eglot-ensure))
|
||||||
:config
|
:config
|
||||||
(setq eglot-sync-connect 0)
|
(setq eglot-sync-connect 0)
|
||||||
(add-to-list 'eglot-server-programs '(php-ts-mode . ("intelephense" "--stdio")))
|
|
||||||
(add-to-list 'eglot-server-programs '(php-mode . ("intelephense" "--stdio")))
|
(add-to-list 'eglot-server-programs '(php-mode . ("intelephense" "--stdio")))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -139,6 +139,12 @@
|
|||||||
;; :config
|
;; :config
|
||||||
;; (setq electric-pair-delete-adjacent-pairs nil))
|
;; (setq electric-pair-delete-adjacent-pairs nil))
|
||||||
|
|
||||||
|
;; Cargar las variables de entorno desde la configuración del usuario
|
||||||
|
(use-package exec-path-from-shell
|
||||||
|
:hook
|
||||||
|
(elpaca-after-init . exec-path-from-shell-initialize)
|
||||||
|
:defer t)
|
||||||
|
|
||||||
;; Cliente LLM (ollama, chatgpt, gemini, etc.)
|
;; Cliente LLM (ollama, chatgpt, gemini, etc.)
|
||||||
(use-package gptel
|
(use-package gptel
|
||||||
:defer t
|
:defer t
|
||||||
@ -384,12 +390,14 @@
|
|||||||
(html . ("https://github.com/tree-sitter/tree-sitter-html"))
|
(html . ("https://github.com/tree-sitter/tree-sitter-html"))
|
||||||
(java . ("https://github.com/tree-sitter/tree-sitter-java"))
|
(java . ("https://github.com/tree-sitter/tree-sitter-java"))
|
||||||
(javascript . ("https://github.com/tree-sitter/tree-sitter-javascript"))
|
(javascript . ("https://github.com/tree-sitter/tree-sitter-javascript"))
|
||||||
|
(jsdoc . ("https://github.com/tree-sitter/tree-sitter-jsdoc"))
|
||||||
(json . ("https://github.com/tree-sitter/tree-sitter-json"))
|
(json . ("https://github.com/tree-sitter/tree-sitter-json"))
|
||||||
(julia . ("https://github.com/tree-sitter/tree-sitter-julia"))
|
(julia . ("https://github.com/tree-sitter/tree-sitter-julia"))
|
||||||
(lua . ("https://github.com/Azganoth/tree-sitter-lua"))
|
(lua . ("https://github.com/Azganoth/tree-sitter-lua"))
|
||||||
(make . ("https://github.com/alemuller/tree-sitter-make"))
|
(make . ("https://github.com/alemuller/tree-sitter-make"))
|
||||||
(python . ("https://github.com/tree-sitter/tree-sitter-python"))
|
(python . ("https://github.com/tree-sitter/tree-sitter-python"))
|
||||||
(php . ("https://github.com/tree-sitter/tree-sitter-php" "master" "php/src"))
|
(php . ("https://github.com/tree-sitter/tree-sitter-php" "master" "php/src"))
|
||||||
|
(phpdoc . ("https://github.com/claytonrcarter/tree-sitter-phpdoc"))
|
||||||
(ruby . ("https://github.com/tree-sitter/tree-sitter-ruby"))
|
(ruby . ("https://github.com/tree-sitter/tree-sitter-ruby"))
|
||||||
(rust . ("https://github.com/tree-sitter/tree-sitter-rust"))
|
(rust . ("https://github.com/tree-sitter/tree-sitter-rust"))
|
||||||
(sql . ("https://github.com/m-novikov/tree-sitter-sql"))
|
(sql . ("https://github.com/m-novikov/tree-sitter-sql"))
|
||||||
|
Loading…
Reference in New Issue
Block a user