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
self.xyz = { { description = "...", function() if #vim.lsp.get_active_clients() > 0 then vim.lsp.buf.hover() end end }
I'm getting the above if ... then ... end statement constantly wrapped up despite limit for 80 columns.
if ... then ... end
Please, make it possible to keep it wrapped. Thanks!
column_limit : 80 indent_width : 1 use_tab : true tab_width : 4 continuation_indent_width : 1 spaces_before_call : 1 # ... the rest is default
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting the above
if ... then ... end
statement constantly wrapped up despite limit for 80 columns.Please, make it possible to keep it wrapped. Thanks!
Config
The text was updated successfully, but these errors were encountered: