]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: remove autoformat
authorSamir Benmendil <me@rmz.io>
Sat, 13 Dec 2025 15:37:44 +0000 (15:37 +0000)
committerSamir Benmendil <me@rmz.io>
Sat, 13 Dec 2025 15:41:33 +0000 (15:41 +0000)
AFAICS, it's not used anymore. It was a LazyVim setting I believe.

nvim/init.lua

index 13a0be54886f00ab9ed7f318deb8431a6df7a5c2..a52314a2ab5c3e0f67d4d6b69cdf714a5d157d9f 100644 (file)
@@ -1,9 +1,6 @@
 -- load original vimrc file
 vim.cmd([[ source $XDG_CONFIG_HOME/vim/vimrc ]])
 
 -- 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")
 _G.rmz = require("rmz.util")
 
 require("config")