]> git.rmz.io Git - dotfiles.git/blob - nvim/init.lua
c531d0c10c39f228d5b4eade90537d404c221a97
[dotfiles.git] / nvim / init.lua
1 -- load original vimrc file
2 vim.cmd([[ source $XDG_CONFIG_HOME/vim/vimrc ]])
3
4 -- TODO: review if I want this for some buffers
5 vim.g.autoformat = false
6
7 _G.rmz = require("rmz.util")
8
9 -- bootstrap lazy.nvim, LazyVim and your plugins
10 package.loaded["lazyvim.config.options"] = true
11 require("config.lazy")