From c307f0c2ee400f7b812e495eb47049c772b203c3 Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Thu, 11 May 2023 17:31:02 +0300 Subject: [PATCH] specify to use python3 --- lua/config/lspconfig.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/config/lspconfig.lua b/lua/config/lspconfig.lua index 15777bd..7ad3f47 100644 --- a/lua/config/lspconfig.lua +++ b/lua/config/lspconfig.lua @@ -74,6 +74,12 @@ M.server_settings = { command = "clippy" } } + }, + + pyright = { + python = { + pythonPath = "python3" + } } }