]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/init.lua
mutt: treat googlegroups as lists and don't autosign
[dotfiles.git] / nvim / init.lua
index bc3ed51678571035d676231083560b81a4c5989c..ffbd39547b2567c91210a152f29c0aa6f6526783 100644 (file)
@@ -1,5 +1,9 @@
 -- 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
+
 -- bootstrap lazy.nvim, LazyVim and your plugins
+package.loaded["lazyvim.config.options"] = true
 require("config.lazy")