This commit is contained in:
Evie Litherland-Smith 2023-10-19 06:27:28 +01:00
commit 11dcf088e9
2 changed files with 6 additions and 2 deletions

View file

@ -47,6 +47,7 @@ in {
rustup rustup
texlive.combined.scheme-medium texlive.combined.scheme-medium
isort isort
python3
python3Packages.cython python3Packages.cython
python3Packages.pyflakes python3Packages.pyflakes
python3Packages.nose python3Packages.nose
@ -73,8 +74,7 @@ in {
marksman marksman
luajitPackages.lua-lsp luajitPackages.lua-lsp
texlab texlab
(python3.withPackages nodePackages.pyright
(ps: with ps; [ python-lsp-server python-lsp-ruff pylsp-mypy ]))
nodePackages.yaml-language-server nodePackages.yaml-language-server
nodePackages.bash-language-server nodePackages.bash-language-server
nodePackages.vscode-html-languageserver-bin nodePackages.vscode-html-languageserver-bin

View file

@ -165,6 +165,10 @@
'(("ssh" "/bin/bash") '(("ssh" "/bin/bash")
("sshx" "/bin/bash")))) ("sshx" "/bin/bash"))))
;; Apheleia settings
(after! apheleia
(setq apheleia-remote-algorithm 'local))
;; TRAMP host specific configs ;; TRAMP host specific configs
(after! tramp (after! tramp
(setq tramp-default-method "sshx" (setq tramp-default-method "sshx"