diff --git a/init.lua b/init.lua index 451d7e5..7ef0988 100644 --- a/init.lua +++ b/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.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]