refactored and switched to config with packer

This commit is contained in:
iris committed 2022-08-02 19:37:22 -04:00
1 parent efece83eb8
commit f5b6ec34ad
19 files changed
+325 -259

No files matched your search

+9
View File
@@ -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'))