From: Samir Benmendil Date: Sat, 13 Dec 2025 15:37:44 +0000 (+0000) Subject: nvim: remove autoformat X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/9dd2e9b93cb31572995cb9d10258eb8c24e3d08d nvim: remove autoformat AFAICS, it's not used anymore. It was a LazyVim setting I believe. --- diff --git a/nvim/init.lua b/nvim/init.lua index 13a0be5..a52314a 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -1,9 +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") require("config")