-
Hi! On some vim openings the theme's lualine seems to work as it should
![image](https://github.com/user-attachments/assets/4dd581db-9313-44fe-be25-d073c323c63d)
While on other it does not
![…
-
### Description
bofore 3b8399c `Telescope buffers path_display={'smart'}` used to show relative paths, now it shows absolute paths with tilde
### Neovim version
```markdown
NVIM v0.10.0-dev-…
-
AFAIk lazy requires manual calls of `:Lazy build` and more over I'd like to have a general solution for optional plugin installations.
So far I tried:
```lua
-- pcall on telescope extension does …
-
### Description
`` and `` do not scroll when using git delta as previewer for commits in windows powershell
### Neovim version
```markdown
NVIM v0.10.0-dev-953+g1635c9e75
Build type: RelWit…
-
### Description
In: https://github.com/nvim-telescope/telescope.nvim/blob/20bf20500c95208c3ac0ef07245065bf94dcab15/lua/telescope/pickers.lua#L561C1-L565C44 , the comment seems to indicate that the de…
-
### Description
https://github.com/nvim-telescope/telescope.nvim/blob/6258d50b09f9ae087317e392efe7c05a7323492d/lua/telescope/pickers.lua#L564-L566
Per docs it should be possible to configure plu…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
### Announcement
- [X] I have checked [Breaking change announceme…
-
The call to opencv's `cvtColor` in `processing.py` debayer function fails with an exception due to the image not passing a bit depth assertion.
```
self.image = cv2.cvtColor(self.image, debayer_al…
-
**Is your feature request related to a problem? Please describe.**
I'm not sure if this is already available, but recently I've been changing my default mappings to open buffers in new vim tabs.
H…
-
### Description
I have applied some custom highlight in my lazy.lua file using LazyVim, but they are not applied to the preview window using Telescope. Here's my `/config/options/ file:
```lua
lo…