feat: Upgrade to AstroNvim v6

This commit is contained in:
2026-07-15 20:36:54 +02:00
parent 5210270194
commit 6e02959440
9 changed files with 108 additions and 104 deletions
+2 -8
View File
@@ -1,11 +1,5 @@
if true then return end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- This will run last in the setup process.
-- This is just pure lua so anything that doesn't
-- fit in the normal config locations above can go here
-- Needed for python3 through mise
-- Locate python3 using PATH
local python_path = vim.fn.exepath "python3"
if python_path == nil or python_path == "" then
else
vim.g.python3_host_prog = python_path
end