From 194ec5d709a2892149f667cc9c89082f31bd776c Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Mon, 2 Sep 2024 18:47:58 -0400 Subject: [PATCH] added windows generic path for ruff config --- lua/plugins/python.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/python.lua b/lua/plugins/python.lua index 34423a8..449dd36 100644 --- a/lua/plugins/python.lua +++ b/lua/plugins/python.lua @@ -9,6 +9,7 @@ return { init_options = { settings = { logLevel = "error", + configuration = os.getenv("LOCALAPPDATA") .. "/nvim/ruff.toml" }, }, keys = {