Skip to content

Commit 3449d08

Browse files
docs: readme tweaks
1 parent 96ad56c commit 3449d08

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# tv.nvim
1+
# 📺 tv.nvim
22

3-
Neovim integration for [television](https://github.com/alexpasmantier/television) - a fast and hackable fuzzy finder.
3+
Neovim integration for [television](https://github.com/alexpasmantier/television).
44

5-
The initial idea behind [Television](https://github.com/alexpasmantier/television) was to create something like the popular [telescope.nvim](https://github.com/tjdevries/telescope.nvim) plugin, but as a standalone terminal application - keeping telescope's modularity without the Neovim dependency, and benefiting from Rust's performance.
5+
The initial idea behind [television](https://github.com/alexpasmantier/television) was to create something like the popular [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) plugin, but as a standalone terminal application - keeping telescope's modularity without the Neovim dependency, and benefiting from Rust's performance.
66

77
This plugin brings Television back into Neovim through a thin Lua wrapper around the binary. It started as a way to dogfood my own project, but might be of interest to other tv enthusiasts as well. Full circle.
88

99
[![asciicast](https://asciinema.org/a/754777.svg?t=9&)](https://asciinema.org/a/754777)
1010

11-
## Requirements
11+
## 🗒️ Requirements
1212

1313
- Neovim >= 0.8.0
1414
- [television](https://github.com/alexpasmantier/television) binary in PATH
1515

16-
## Installation
16+
## 📦 Installation
1717

1818
```lua
1919
-- lazy.nvim
@@ -23,7 +23,7 @@ This plugin brings Television back into Neovim through a thin Lua wrapper around
2323
use "alexpasmantier/tv.nvim"
2424
```
2525

26-
## Usage
26+
## 🖥️ Usage
2727

2828
**Default keybindings:**
2929

@@ -46,7 +46,7 @@ use "alexpasmantier/tv.nvim"
4646
| <kbd>Enter</kbd> | Open file(s) in buffers |
4747
| <kbd>Ctrl</kbd>+<kbd>q</kbd> | Send selections to quickfix list |
4848

49-
## Configuration
49+
## ⚙️ Configuration
5050

5151
Optional `setup()` for customization:
5252

0 commit comments

Comments
 (0)