• Stars
    star
    170
  • Rank 216,040 (Top 5 %)
  • Language
    Lua
  • License
    MIT License
  • Created over 3 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

telescope-symbols.nvim

telescope-symbols provide its users with the ability of picking symbols and insert them at point.

Installation

Plug 'nvim-telescope/telescope-symbols.nvim'

Usage

Running :Telescope symbols will populate the symbol picker with all the built-in sources.

Otherwise, if you want to use a single or a number of symbol set, then pass a table with the symbol sources you like to use :

:lua require'telescope.builtin'.symbols{ sources = {'emoji'} }
:lua require'telescope.builtin'.symbols{ sources = {'emoji', 'kaomoji', 'gitmoji'} }

In order for any source to be registered by telescope-symbols, it needs to be under your runtimepath inside data/telescope-sources/.

So if you are only interested in one of the sources provided in this repository, then download the desired source manually and copy it to the appropriate location. In that case you don't have to install this extension.

For Example: ~/.config/nvim/data/telescope-sources/my_symbols.json

Custom symbol sources

With telescope-symbol, you can easily create your own source via creating new file or extend current ones.

Symbol source format

The source files have to be decoded in json with the following format:

[
  [
    "symbol",
    "description" // used to fuzzy find
  ],
]

Symbol locations

In order for custom source to be registered by telescope-symbols, it needs to be under your runtimepath inside data/telescope-sources/.

For Example: ~/.config/nvim/data/telescope-sources/my_symbols.json

Credit

All credit goes to the creators of those files.

More Repositories

1

telescope.nvim

Find, Filter, Preview, Pick. All lua, all the time.
Lua
11,260
star
2

telescope-file-browser.nvim

File Browser extension for telescope.nvim
Lua
1,497
star
3

telescope-fzf-native.nvim

FZF sorter for telescope written in c
C
1,236
star
4

telescope-frecency.nvim

A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.
Lua
654
star
5

telescope-project.nvim

Lua
548
star
6

telescope-live-grep-args.nvim

Live grep with args
Lua
521
star
7

telescope-media-files.nvim

Telescope extension to preview media files using Ueberzug.
Lua
415
star
8

telescope-ui-select.nvim

Lua
404
star
9

telescope-dap.nvim

Integration for nvim-dap with telescope.nvim
Lua
280
star
10

telescope-github.nvim

Integration with github cli
Lua
209
star
11

telescope-packer.nvim

A Telescope extension that provides extra functionality for Packer.nvim
Lua
179
star
12

telescope-fzy-native.nvim

FZY style sorter that is compiled
Lua
162
star
13

telescope-smart-history.nvim

A history implementation that memorizes prompt input for a specific context
Lua
108
star
14

telescope-bibtex.nvim

A telescope.nvim extension to search and paste bibtex entries into your TeX files.
Lua
101
star
15

telescope-cheat.nvim

WIP integration
Lua
101
star
16

telescope-arecibo.nvim

A Neovim Telescope extension for searching the web!
Lua
87
star
17

telescope-hop.nvim

(Teles-)Hopping to the moon.
Lua
87
star
18

telescope-fzf-writer.nvim

Incorporating some fzf concepts with plenary jobs and telescope
Lua
71
star
19

telescope-rs.nvim

Experimental features for telescope in RUST? The safest telescope known to HUMANITY
45
star
20

telescope-vimspector.nvim

Integration for vimspector with telescope.nvim
Lua
38
star
21

telescope-z.nvim

Z integration for Telescope
Lua
35
star
22

telescope-node-modules.nvim

An extension that provides its users with node packages under node_modules directory
Lua
31
star
23

telescope-ghq.nvim

Lua
24
star
24

telescope-snippets.nvim

snippets.nvim integration
Lua
13
star