1 2 3 4 5
local lazypath = vim.fn.stdpath "data" .. "/lazy/lazy.nvim" vim.opt.rtp:prepend(lazypath) require "options" require("lazy").setup "plugins"