Skip to content

Commit

Permalink
revert readme merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Nov 26, 2024
1 parent 172a4ca commit 0f3fe20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The skim project contains several components:

1. `sk` executable -- the core.
2. **DEPRECATED in favor of `sk --tmux`** `sk-tmux` -- script for launching `sk` in a tmux pane.
3. Vim/Nvim plugin -- to call `sk` inside Vim/Nvim. check [skim.vim](https://github.com/lotabout/skim.vim) for more Vim support.
3. Vim/Nvim plugin -- to call `sk` inside Vim/Nvim. check [skim.vim](https://github.com/skim-rs/skim.vim) for more Vim support.

## Package Managers

Expand Down Expand Up @@ -399,7 +399,7 @@ Plus, `SkimItemReader` is a helper to convert a `BufRead` into
`SkimItemReceiver` (we can easily turn a `File` for `String` into `BufRead`).
So that you could deal with strings or files easily.
Check more examples under [examples/](https://github.com/lotabout/skim/tree/master/examples) directory.
Check more examples under [examples/](https://github.com/skim-rs/skim/tree/master/examples) directory.
# FAQ
Expand Down

0 comments on commit 0f3fe20

Please sign in to comment.