fix: preserve existing PATH

This commit is contained in:
Michel 2023-09-04 16:34:38 +02:00
parent 643905dbad
commit 90ced3fcec

View File

@ -3,7 +3,7 @@
-- Use Node from ASDF
-- TODO: Use neovim config
vim.env.PATH = vim.env.HOME .. "/.asdf/installs/nodejs/20.5.1/bin/"
vim.env.PATH = vim.env.HOME .. "/.asdf/installs/nodejs/20.5.1/bin/" .. vim.env.PATH
-- Use Python from neoovim "config" folder
local python_root = vim.fn.glob(vim.fn.stdpath("config") .. "/.direnv/python*", true, true)[1]