Simon Hauser

Results 25 issues of Simon Hauser

Disclaimer: This is something TJ just brought up on Discord. TJ and I think we should move out all builtins to own repositories. like `telescope-files.nvim` `telescope-git.nvim` `telescope-lsp.nvim` etc, .... Neither...

enhancement
discussion

path needs to be expanded for filereadable and isdirectory fix #2077 Edit: this might be a bad fix with the get_buffer_by_name in mind. Because get_buffer_by_name doesn't validate (i think) and...

fix #1309 We could refactor some of that tags code. So i might not merge soon

these should be downloadable with a script. So people without access to compiler and build systems can get an easier setup

assuming you have a file called `files` doing `fd --hidden -I > files` for example. ```sh hyperfine --warmup 3 "cat files | ./build/cli fzf.h" "cat files | fzf --filter fzf.h"...

We should release a initial version at the same time as we release `telescope.nvim`. Or slightly earlier. With or without #43

This will replace https://github.com/nvim-telescope/telescope-fzf-native.nvim/pull/10 Its easier that way because rebasing would be a nightmare, a lot changed in the c code in the past month I try to implement case...

@tami5 s wish :) For ``` Fail || depm.use installs and setup filetypes plugins /home/tamibam/repos/depm.nvim/tests/auto/depm_spec.lua:65: should have add a Filetype autocmd. Expected objects to be the same. Passed in: (boolean)...

good first issue

`search_pattern` opt captures unexpected results. Search pattern doesn't only apply to the last part but to the whole path. e.g. search_pattern: `filetype` captures `data/plenary/filetypes/base.lua` which it shouldn't