Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 11, 2024
1 parent 3958289 commit d9f893c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ https://github.com/Shougo/ddc.vim

Supported LSP clients are "nvim-lsp", "vim-lsp" and "lspoints"

https://github.com/prabirshrestha/vim-lsp
https://github.com/kuuote/lspoints
https://github.com/prabirshrestha/vim-lsp https://github.com/kuuote/lspoints

## Configuration

Expand Down
5 changes: 1 addition & 4 deletions denops/ddc-source-lsp/deps/std.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
export {
deadline,
DeadlineError,
} from "jsr:@std/async@0.224.0";
export { deadline, DeadlineError } from "jsr:@std/async@0.224.0";
export { assertEquals } from "jsr:@std/assert@0.225.1";

0 comments on commit d9f893c

Please sign in to comment.