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