We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
augroup_format
See:
config_manager/xdg_config/nvim/lua/tj/lsp/init.lua
Lines 40 to 51 in 66d5262
I think you're missing the group = augroup_format in line 46.
group = augroup_format
The text was updated successfully, but these errors were encountered:
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 🤔
buffer = 0
Sorry, something went wrong.
No branches or pull requests
See:
config_manager/xdg_config/nvim/lua/tj/lsp/init.lua
Lines 40 to 51 in 66d5262
I think you're missing the
group = augroup_format
in line 46.The text was updated successfully, but these errors were encountered: