diff options
| author | Blake Romero <blake@blkrom.com> | 2025-01-24 10:04:39 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-01-24 10:04:39 +0000 |
| commit | d5ef7a913460b5d59f17c7685514750f99144480 (patch) | |
| tree | 0a1f03cfefd8d0baf75a294276b8c2838b7f5953 /lua/plugins/telescope.lua | |
| parent | b8a85e10fa949f53dae8cafbd41213ed0fa75f2a (diff) | |
Refactor telescope & treesitter config
Diffstat (limited to 'lua/plugins/telescope.lua')
| -rw-r--r-- | lua/plugins/telescope.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 2516498..d78ee91 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -2,9 +2,9 @@ return { 'nvim-telescope/telescope.nvim', dependencies = { 'nvim-lua/plenary.nvim' }, keys = { - { '<leader>f', ':Telescope find_files<CR>', desc='Telescope find files' }, - { '<leader>g', ':Telescope live_grep<CR>', desc='Telescope live grep' }, - { '<leader>b', ':Telescope buffers<CR>', desc='Telescope buffers' }, - { '<leader>h', ':Telescope help_tags<CR>', desc='Telescope help tags' }, + { '<leader>f', ':Telescope find_files<CR>' }, + { '<leader>g', ':Telescope live_grep<CR>' }, + { '<leader>b', ':Telescope buffers<CR>' }, + { '<leader>h', ':Telescope help_tags<CR>' }, } } |
