Skip to content

Commit

Permalink
add screenshot and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Steinke committed Mar 27, 2024
1 parent 1e2d7ce commit ca09f27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
A plugin that allows previewing of all changes done to a workspace before
applying.

![example](./selection.png)

## Note

This plugin affects all workspace edits coming from the language server.
Expand Down Expand Up @@ -49,7 +51,7 @@ If you're fine with the defaults, you're good to go after installation. If you
want to tweak, call this function:

```lua
require("dressing").setup({
require("lsp-preview").setup({
--Automatically apply code-actions if there is only 1 available.
apply = true,
--Configuration provided to vim.diff (see `:h vim.diff()`)
Expand Down
Binary file added selection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca09f27

Please sign in to comment.