-- load original vimrc file vim.cmd([[ source $XDG_CONFIG_HOME/vim/vimrc ]]) -- TODO: review if I want this for some buffers vim.g.autoformat = false _G.rmz = require("rmz.util") -- bootstrap lazy.nvim, LazyVim and your plugins package.loaded["lazyvim.config.options"] = true require("config.lazy")