fix: use _separator_ between paths
This commit is contained in:
parent
90ced3fcec
commit
f12f9aaef8
2
init.lua
2
init.lua
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user