You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm new to nvim and nixos but as I know telescope can open multiple files at once without any additional setup, right? When I press TAB I can see select icon but when I press <cr> only 1 item opens.
For example in that case telescope will open only "animations.conf" file.
I tried run nix run github:notashelf/nvf#maximal but still have the same problem...
[Updated] It looks like the telescope is not behaving as I expected. So I found this implementation from telescope issue #1048 which should do what I want, but how do I implement it through NVF?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm new to nvim and nixos but as I know telescope can open multiple files at once without any additional setup, right? When I press TAB I can see select icon but when I press
<cr>
only 1 item opens.That's my config
I tried change fzf to fd but it's does not help.
For example in that case telescope will open only "animations.conf" file.
I tried run
nix run github:notashelf/nvf#maximal
but still have the same problem...[Updated] It looks like the telescope is not behaving as I expected. So I found this implementation from telescope issue #1048 which should do what I want, but how do I implement it through NVF?
Beta Was this translation helpful? Give feedback.
All reactions