neovim-confs/init.lua

19 lines
494 B
Lua
Raw Normal View History

2024-02-29 17:33:20 +01:00
require "core.options"
require "core.autocmds"
--
-- local lazypath = vim.fn.stdpath "data" .. "/lazy/lazy.nvim"
--
-- -- bootstrap lazy.nvim!
-- if not vim.loop.fs_stat(lazypath) then
-- require("core.bootstrap").gen_chadrc_template()
-- require("core.bootstrap").lazy(lazypath)
-- end
--
-- dofile(vim.g.base46_cache .. "defaults")
-- vim.opt.rtp:prepend(lazypath)
2024-02-29 17:33:20 +01:00
-- require("lazy").setup({
-- { import = "plugins" },
-- { import = "custom.plugins" },
-- }, require "configs.lazy")