From 7965d9c1bc3b1af84b276c3bbe615cbc22d8cc81 Mon Sep 17 00:00:00 2001 From: ray-x Date: Mon, 28 Nov 2022 11:45:53 +1100 Subject: [PATCH] add comment on the origin of code snippets --- lua/navigator/lspclient/python.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/navigator/lspclient/python.lua b/lua/navigator/lspclient/python.lua index b55194d..6ffe104 100644 --- a/lua/navigator/lspclient/python.lua +++ b/lua/navigator/lspclient/python.lua @@ -3,6 +3,7 @@ local path = util.path local M = {} local shell = vim.o.shell local exepath = vim.fn.exepath +-- https://github.com/ray-x/navigator.lua/issues/247#issue-1465308677 M.pyenv_path = function(workspace) -- Use activated virtualenv. if vim.env.VIRTUAL_ENV then