-
### Issues
- [X] I have checked [existing issues](https://github.com/vuki656/package-info.nvim/issues?q=is%3Aissue) and there are no issues with the same problem.
### Plugin Version
- [X] I am usin…
-
Hi,
It's not an issue but a proposition. I'm currently testing the use of the [textual](https://textual.textualize.io/) python package which is very interesting to create rich terminal UI.
I alr…
-
- [ ] markdown rendering
- [x] #19
-
### 🚀 The feature, motivation and pitch
Hi, I own the [render-markdown.nvim](https://github.com/MeanderingProgrammer/render-markdown.nvim) plugin, which is focussed on rendering markdown files insi…
-
### Problem
Starting a headless nvim instance, then attaching to it with `--remote-ui --server` bypasses the `termguicolors` check in `_defaults.lua`, causing the TUI to display with reduced colors u…
-
### Problem
I want a cool transparent terminal in neovide, so I set winblend=100 in neovim. The cursor in the terminal is not longer visible.
~~I'm using floaterm as the floating terminal. Repor…
-
### 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…
-
### Check if applicable
- [X] I have searched the existing issues (**required**)
- [ ] I'm willing to help fix the problem and contribute a pull request
### Describe the bug
When executing `…
-
### Did you check docs and existing issues?
- [X] I have read all the docs.
- [X] I have searched the existing issues.
- [X] I have searched the existing discussions.
### Neovim Version (nvim …
-
Neovim provides a lua function [`vim.ui.select()`](https://neovim.io/doc/user/lua.html#vim.ui.select()) that can be used by plugins to ask the user to select one of several entries. Other plugins can…