The telescope.nvim plugin doesn't show certain files (or more appropriately, the dotfiles) like .config or .github and so on. While the plugin should selectively ignore certain files/folder like the .git folder, the plugin should not ignore any other files/folders it is not configured to ignore.
UPDATE: I found a partial solution which now shows certain nested folders like .config to show but the .github folder doesn't show yet.
Reproduction Steps for the Behaviour
Ensure the nvim-telescope/telescope.nvim plugin is already installed and accessible. Create a folder named .config or something similar but the file/folder name should be prefixed with a dot. Open Neovim and invoke the :Telescope find_files command.
Expected Behaviour
If the plugin is configured properly, the folder named .config should show. And if not then the file/folder .config won't show up on the floating window.
Screenshots
Screenshot of the floating window explaining the bug;
Description of the Bug
The
telescope.nvim
plugin doesn't show certain files (or more appropriately, the dotfiles) like.config
or.github
and so on. While the plugin should selectively ignore certain files/folder like the.git
folder, the plugin should not ignore any other files/folders it is not configured to ignore.UPDATE: I found a partial solution which now shows certain nested folders like
.config
to show but the.github
folder doesn't show yet.Reproduction Steps for the Behaviour
Ensure the nvim-telescope/telescope.nvim plugin is already installed and accessible. Create a folder named
.config
or something similar but the file/folder name should be prefixed with a dot. Open Neovim and invoke the:Telescope find_files
command.Expected Behaviour
If the plugin is configured properly, the folder named
.config
should show. And if not then the file/folder.config
won't show up on the floating window.Screenshots
Screenshot of the floating window explaining the bug;