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