Add perl support.
This commit is contained in:
parent
52d5ed5ab5
commit
e7c74f2287
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user