소스 검색

we don't need to remove autoformat group when there is none (#748)

Abouzar Parvan 4 년 전
부모
커밋
a72d5b70de
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      lua/lv-neoformat/init.lua

+ 0 - 4
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