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