]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/init.lua
nvim: load keymaps, options and autocmds on init
[dotfiles.git] / nvim / init.lua
index ffbd39547b2567c91210a152f29c0aa6f6526783..12d1f377a70116cc4a5c4e20d916574d7bef721a 100644 (file)
@@ -4,6 +4,8 @@ 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")
+require("config")