LazyVim/init.lua

10 lines
280 B
Lua

-- See `:h map-table` for map modes
-- See `:h stdpath` for paths
--
vim.g.python3_host_prog = vim.fn.stdpath("config")
.. "/"
.. vim.fn.findfile("python3", vim.fn.stdpath("config") .. "/.direnv/**3")
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")