From 3a597a9f61a62d8e40480fe48d03ab6ea1e6e8ed Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 26 Jul 2021 15:20:36 +0700 Subject: [PATCH] remove eslint.options.configFile from neovim --- modules/user/neovim.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/user/neovim.nix b/modules/user/neovim.nix index a96b203..38c6020 100644 --- a/modules/user/neovim.nix +++ b/modules/user/neovim.nix @@ -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";