1

Modules/Neovim: Enable perl-language-server (PLS) and PerlTidy

This commit is contained in:
2026-04-17 13:37:55 +02:00
parent 166c35caec
commit 91c35fd55c
2 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,7 @@ in {
lua-language-server
# nil
basedpyright
perl5Packages.PLS
pyrefly
ty
rust-analyzer
@ -70,6 +71,7 @@ in {
google-java-format
html-tidy
jq # json
perl5Packages.PerlTidy
# prettierd # Use prettier instead because of plugins
# nodePackages_latest.prettier # Use local install as plugins change per project
rustfmt
@ -523,6 +525,7 @@ in {
make = ["bake"];
markdown = ["prettierd" "prettier"];
nix = ["alejandra"];
perl = ["perltidy"];
python = ["black"];
qml = ["qmlformat"];
rust = ["rustfmt"];
@ -956,6 +959,7 @@ in {
};
};
}
{name = "perlpls";}
{
name = "qmlls";
extraOptions.cmd = [