hotfix to :Telescope command flag order
This commit is contained in:
parent
83ad616dd3
commit
ea6f2a1490
|
@ -169,7 +169,7 @@ M.telescope = function()
|
||||||
|
|
||||||
map("n", m.buffers, ":Telescope buffers <CR>")
|
map("n", m.buffers, ":Telescope buffers <CR>")
|
||||||
map("n", m.find_files, ":Telescope find_files <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_commits, ":Telescope git_commits <CR>")
|
||||||
map("n", m.git_status, ":Telescope git_status <CR>")
|
map("n", m.git_status, ":Telescope git_status <CR>")
|
||||||
map("n", m.help_tags, ":Telescope help_tags <CR>")
|
map("n", m.help_tags, ":Telescope help_tags <CR>")
|
||||||
|
|
Loading…
Reference in New Issue