[nvim] Install telescope

Add these bindings:
- find_files to ,ff
- live_grep to ,fg
- buffers to ,fb
- help_tags to ,fh
This commit is contained in:
Eryn Wells 2024-11-09 08:34:10 -08:00
parent b233d52b6d
commit 440efbf8fc
3 changed files with 12 additions and 0 deletions

View file

@ -59,6 +59,7 @@ local keys = require 'keys'
keys.init_key_opts()
keys.init_window_key_mappings()
keys.init_diagnostic_key_mappings()
keys.init_telescope_mappings()
local gui = require 'gui'
gui.init()