remove eslint.options.configFile from neovim

This commit is contained in:
LavaDesu 2021-07-26 15:20:36 +07:00
parent 543f0bc823
commit 3a597a9f61
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -97,9 +97,6 @@
};
};
"eslint.enable" = true;
"eslint.options" = {
configFile = "./.eslintrc.json";
};
"rust-analyzer.lens.enable" = false;
"rust-analyzer.inlayHints.enable" = false;
"rust-analyzer.serverPath" = pkgs.rust-analyzer + "/bin/rust-analyzer";