LazyVim/init.lua

5 lines
164 B
Lua

vim.g.python3_host_prog = vim.fn.stdpath("config") .. "/.direnv/python-3.11.2/bin/python3"
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")