-
### Description
The functionality described in `:h telescope.defaults.history` appears broken in a minimal install.
### Neovim version
```markdown
NVIM v0.10.1
Build type: Release
LuaJIT …
-
like Neovim's Telescope plugin and Emacs' Ivy plugin.
neovim:
telescope plugin: https://github.com/nvim-telescope/telescope.nvim
emacs
ivy plugin:
https://github.com/abo-abo/swiper
-
### Description
When using telescope builtin `find_files` for filenames in non-latin languages, the `smartcase` option doesn't work.
![image](https://github.com/user-attachments/assets/3107e8f7-f8…
-
Copied the standalone lazy.nvim config and when attempting to run it for the first time I get this error:
```
msg_show.lua_error Error executing Lua callback: vim/_editor.lua:0: nvim_exec2(): Vim(un…
-
### Package name
neovim@0.10.2
### What changes are you requesting?
Hello,
I am facing some issues with neovim installed globally with devbox wrt to sqlite dependencies. I am using [smart-open.n…
-
https://github.com/nvim-telescope/telescope.nvim/blob/master/developers.md#introduction
↑これとかを参考に作ってみる、できればvimconfまでにやってみたいかな
-
### Description
When I set `defaults.file_ignore_patterns`, any calls to `builtin.current_buffer_fuzzy_find` does not yield any results; when there should be something.
### Neovim version
```markdo…
-
### Description
When using
```
opts = {
defaults = { preview = true },
pickers = { find_files = { preview = false } }
}
```
to setup telescope, the find_files picker still shows a preview.…
-
minimal reproduce config:
```lua
for name, url in pairs({
plenary_nvim = "https://github.com/nvim-lua/plenary.nvim",
telescope_nvim = "https://github.com/nvim-telescope/telescope.nvim",
…
-
Related to https://github.com/nvim-telescope/telescope.nvim/issues/2115
In the above issue it was not explained how we could invoke a function after telescope directly jumped to definition, referen…