config_manager
config_manager copied to clipboard
Should the auto format auto cmd be in the `augroup_format` group?
See: https://github.com/tjdevries/config_manager/blob/66d5262e1d142bfde5ebc19ba120ae86cb16d1d9/xdg_config/nvim/lua/tj/lsp/init.lua#L40-L51
I think you're missing the group = augroup_format in line 46.
Ah, I think it works fine for you because you're attaching/clearing to/from buffer = 0. But then it seems like you don't need the augroup 🤔