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

View file

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