chore: update node & python
This commit is contained in:
parent
9a9605fc25
commit
d1d882037b
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
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/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]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user