Skip to content
New issue

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

fix: make_formatting_params assumes the current buffer #93

Merged
merged 1 commit into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. fix: make_formatting_params assumes the current buffer

    `vim.lsp.util.make_formatting_params` assumes the buffer the formatting
    params are generated for is the current buffer. in LSP-format this is
    not always the case.
    
    fix #92
    fix #58
    lukas-reineke committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    17f84da View commit details
    Browse the repository at this point in the history