fix: add rubocop-performance gem
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
6d87646eaf
commit
48cb5623ff
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
plugins.lsp.servers = {
|
plugins.lsp.servers = {
|
||||||
rubocop.enable = true;
|
rubocop.enable = true;
|
||||||
ruby_lsp.enable = true;
|
ruby_lsp.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
rubyPackages.rubocop-performance
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue