refactored and switched to config with packer
This commit is contained in:
1 parent
efece83eb8
commit
f5b6ec34ad
19 files changed
+325
-259
No files matched your search
@@ -0,0 +1,9 @@
|
||||
local u = require 'config.utils'
|
||||
|
||||
require 'telescope'.setup {}
|
||||
|
||||
u.nmap('<space>ff', u.cmd('Telescope find_files'))
|
||||
u.nmap('<space>fg', u.cmd('Telescope live_grep'))
|
||||
u.nmap('<space>fb', u.cmd('Telescope buffers'))
|
||||
u.nmap('<space>fh', u.cmd('Telescope help_tags'))
|
||||
|
||||
Reference in new issue
Block a user