fix: use _separator_ between paths

This commit is contained in:
Michel 2023-09-05 15:09:47 +02:00
parent 90ced3fcec
commit f12f9aaef8
1 changed files with 1 additions and 1 deletions

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.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]