diff --git a/cli/.config/nvim/lua/plugins.lua b/cli/.config/nvim/lua/plugins.lua index 2a926eb..6ed50b2 100644 --- a/cli/.config/nvim/lua/plugins.lua +++ b/cli/.config/nvim/lua/plugins.lua @@ -40,7 +40,7 @@ require('lualine').setup{ map('n', 'g', 'Neogit') --[[ telescope maps ]] -map('n', '.', 'Telescope find_files') +map('n', '.', 'Telescope git_files') map('n', ',', 'Telescope buffers') --[[ theme ]]