nvim: Remove unnecessary augroup invocation

This commit is contained in:
Marty Oehme 2022-11-01 16:04:37 +01:00
parent ff3b4ef605
commit af6e91561b
Signed by: Marty
GPG key ID: 73BA40D5AFAF49C9

View file

@ -1,5 +1,3 @@
local augroup = require('helpers.augroup')
-- for each filetype autoformat on save
-- TODO can automatically gather from formatter table keys?
local prettierfmt = {