Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopunk committed Sep 11, 2024
1 parent 5655019 commit 90cbcd2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ unclutter.telescope { format = "cwd" } -- path/folder/file.js
unclutter.telescope { format = "filename" } -- file.js
```

You can also hide the current buffer in the list:

```lua
unclutter.telescope { hide_current = true } -- default: false
```

If you want to use the telescope integration without the tabline, you can disable it:

```lua
Expand Down

0 comments on commit 90cbcd2

Please sign in to comment.