Add perl support.

This commit is contained in:
CronyAkatsuki 2024-04-17 13:41:25 +02:00
parent 52d5ed5ab5
commit e7c74f2287

View File

@ -81,6 +81,8 @@
shfmt
ripgrep
prettierd
perl538Packages.PerlTidy
perl538Packages.PerlCritic
];
plugins = {
comment.enable = true;
@ -148,6 +150,7 @@
zsh = [ "zsh" ];
html = [ "prettierd" ];
css = [ "prettierd" ];
perl = [ "perltidy" ];
};
};
lint = {
@ -158,6 +161,7 @@
sh = [ "shellcheck" ];
bash = [ "shellcheck" ];
zsh = [ "shellcheck" ];
perl = [ "perlcritic" ];
};
};
harpoon = {
@ -251,6 +255,7 @@
emmet_ls.enable = true;
cssls.enable = true;
bashls.enable = true;
perlpls.enable = true;
};
keymaps = {
diagnostic = {