Skip to content

Commit

Permalink
Bump deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Mar 1, 2021
1 parent ec4dd0a commit 4102992
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 54 deletions.
91 changes: 44 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion helix-lsp/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ impl Client {
) -> anyhow::Result<Vec<lsp::TextEdit>> {
let capabilities = self.capabilities.as_ref().unwrap(); // TODO: needs post init

log::info!("{:?}", capabilities.document_range_formatting_provider);
// check if we're able to format
let _capabilities = match capabilities.document_range_formatting_provider {
Some(lsp::OneOf::Left(true)) => (),
Expand Down

0 comments on commit 4102992

Please sign in to comment.