LazyVim/init.lua

8 lines
235 B
Lua

-- See `:h map-table` for map modes
-- See `:h stdpath` for paths
--
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")