Skip to content

Commit

Permalink
Update directory name to remove space
Browse files Browse the repository at this point in the history
i hate spaces
  • Loading branch information
Arsalan2356 committed Jan 2, 2025
1 parent 60aec16 commit c56e74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neovim/nvim/lua/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ return {
hidden = true,
no_ignore = true,
no_ignore_parent = true,
search_dirs = { "/home/rc", "G:/Rnd/Coding Stuff" },
search_dirs = { "/home/rc", "G:/Rnd/Coding_Stuff" },
})
end, { desc = "[S]earch [A]ll Files" })

Expand Down

0 comments on commit c56e74f

Please sign in to comment.