chore: update node & python

This commit is contained in:
Michel 2025-01-02 17:57:30 +01:00
parent 9a9605fc25
commit d1d882037b
4 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,5 @@
direnv 2.35.0
# NOTE: Path to nodejs is hardcoded in init.lua
nodejs 23.3.0
nodejs 23.5.0
# TODO: Don't use version matching system
python 3.12.7
python 3.13.1

View File

@ -76,6 +76,7 @@ pip list --format=columns
```sh
git clone https://forge.chapril.org/michel_ouba/LazyVim.git ~/.config/nvim
cd ~/.config/nvim
git remote add github https://github.com/LazyVim/starter
direnv allow
```

View File

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

View File

@ -4,9 +4,6 @@
"lazyvim.plugins.extras.coding.yanky",
"lazyvim.plugins.extras.editor.dial",
"lazyvim.plugins.extras.editor.inc-rename",
"lazyvim.plugins.extras.lang.clangd",
"lazyvim.plugins.extras.lang.markdown",
"lazyvim.plugins.extras.lang.python"
],
"news": {
"NEWS.md": "10960"