Skip to content

Commit

Permalink
sort files and folders in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Steinke committed Jul 20, 2024
1 parent cefa5ed commit 67973b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nvim/lua/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,14 @@ return {
hijack_netrw = true,
git_status = true,
hidden = true,
-- group by type
grouped = true,
},
["telescope-alternate"] = {
presets = { "go" },
mappings = {
-- Lua
{ "lua/(.*).lua", { { "tests/[1]_spec.lua", "Test", true } } },
{ "lua/(.*).lua", { { "tests/[1]_spec.lua", "Test", true } } },
{ "tests/(.*)_spec.lua", { { "lua/[1].lua", "Original", true } } },
},
},
Expand Down

0 comments on commit 67973b5

Please sign in to comment.