]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/init.lua
nvim: remove autoformat
[dotfiles.git] / nvim / init.lua
index 12d1f377a70116cc4a5c4e20d916574d7bef721a..a52314a2ab5c3e0f67d4d6b69cdf714a5d157d9f 100644 (file)
@@ -1,11 +1,6 @@
 -- 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")