]> git.rmz.io Git - dotfiles.git/blob - nvim/init.lua
ffbd39547b2567c91210a152f29c0aa6f6526783
[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 -- bootstrap lazy.nvim, LazyVim and your plugins
8 package.loaded["lazyvim.config.options"] = true
9 require("config.lazy")