hotfix to :Telescope command flag order

This commit is contained in:
David Stark 2022-01-08 01:54:55 +00:00 committed by siduck
parent 83ad616dd3
commit ea6f2a1490
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ M.telescope = function()
map("n", m.buffers, ":Telescope buffers <CR>")
map("n", m.find_files, ":Telescope find_files <CR>")
map("n", m.find_hiddenfiles, ":Telescope follow=true find_files no_ignore=true hidden=true <CR>")
map("n", m.find_hiddenfiles, ":Telescope find_files follow=true no_ignore=true hidden=true <CR>")
map("n", m.git_commits, ":Telescope git_commits <CR>")
map("n", m.git_status, ":Telescope git_status <CR>")
map("n", m.help_tags, ":Telescope help_tags <CR>")