diff options
author | Abouzar Parvan <[email protected]> | 2021-07-07 10:58:50 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-07 02:28:50 -0400 |
commit | a72d5b70dea9b22a2582d9f7ec737e2c2af8053b (patch) | |
tree | fe4667663c827598115b46ef2ff1bdb5cb223030 | |
parent | e237f26cc6af9e2ca9d09cce50be03ed7f001361 (diff) |
we don't need to remove autoformat group when there is none (#748)
-rw-r--r-- | lua/lv-neoformat/init.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/lv-neoformat/init.lua b/lua/lv-neoformat/init.lua index a1540370..4f3bab60 100644 --- a/lua/lv-neoformat/init.lua +++ b/lua/lv-neoformat/init.lua @@ -10,7 +10,3 @@ if O.format_on_save then }, } end - -if not O.format_on_save then - vim.cmd ":autocmd! autoformat" -end |