chore: upgrade node & python
This commit is contained in:
parent
15727d0c0d
commit
d1e2f84150
@ -1,5 +1,5 @@
|
|||||||
direnv 2.33.0
|
direnv 2.33.0
|
||||||
# NOTE: Path to nodejs is hardcoded in init.lua
|
# NOTE: Path to nodejs is hardcoded in init.lua
|
||||||
nodejs 21.6.0
|
nodejs 21.6.2
|
||||||
# TODO: Don't use version matching system
|
# TODO: Don't use version matching system
|
||||||
python 3.11.7
|
python 3.11.8
|
||||||
|
2
init.lua
2
init.lua
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
-- Use Node from ASDF
|
-- Use Node from ASDF
|
||||||
-- TODO: Use neovim config
|
-- TODO: Use neovim config
|
||||||
vim.env.PATH = vim.env.HOME .. "/.asdf/installs/nodejs/21.6.0/bin/" .. ":" .. vim.env.PATH
|
vim.env.PATH = vim.env.HOME .. "/.asdf/installs/nodejs/21.6.2/bin/" .. ":" .. vim.env.PATH
|
||||||
|
|
||||||
-- Use Python from neoovim "config" folder
|
-- Use Python from neoovim "config" folder
|
||||||
local python_root = vim.fn.glob(vim.fn.stdpath("config") .. "/.direnv/python*", true, true)[1]
|
local python_root = vim.fn.glob(vim.fn.stdpath("config") .. "/.direnv/python*", true, true)[1]
|
||||||
|
Loading…
Reference in New Issue
Block a user