mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-21 23:50:03 +01:00
ruby: remove unused variable
This commit is contained in:
parent
987c59db67
commit
2988a18858
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@
|
||||||
diagnosticsProviders = {
|
diagnosticsProviders = {
|
||||||
rubocop = {
|
rubocop = {
|
||||||
package = pkgs.rubyPackages.rubocop;
|
package = pkgs.rubyPackages.rubocop;
|
||||||
config.command = getExe cfg.format.package;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue