From d1d882037b794875351139f818f14068ab950780 Mon Sep 17 00:00:00 2001 From: Michel Date: Thu, 2 Jan 2025 17:57:30 +0100 Subject: [PATCH] chore: update node & python --- .tool-versions | 4 ++-- README.md | 1 + init.lua | 2 +- lazyvim.json | 3 --- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.tool-versions b/.tool-versions index 4d4c4bf..9ee8314 100644 --- a/.tool-versions +++ b/.tool-versions @@ -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 diff --git a/README.md b/README.md index 405fd91..54a0426 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/init.lua b/init.lua index 96dc23e..b7b50a5 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/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] diff --git a/lazyvim.json b/lazyvim.json index df177a4..654a6a0 100644 --- a/lazyvim.json +++ b/lazyvim.json @@ -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"