Rodrigo Hashimoto
Rodrigo Hashimoto
Hi In any other FT it works great however in a MD file I can move the mouse over any word and the popup will trigger only on the word...
First, kudos for this amazing plugin! The only thing I'm having issue with is the `LSP` provider getting truncated: It's not in every keyword this happens Here it happens: Few...
### Describe the bug When LSP `css_variables` is attached we get duplicated peek_definition. ### Steps to reproduce Minimal: ```lua vim.env.LAZY_STDPATH = ".repro" load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))() require "plugins.extra.lazyGlobals" require("lazy.minit").repro({ spec =...
Hi, On my end this plugin is working great, thanks for this awesome plugin. Only one question: instead of sending the pop-up to the bottom (with zindex) is it possible...
Hi When this plugin is disabled I have a nice padding between [Noice.nvim](https://github.com/folke/noice.nvim) CMD line and completion items: Now enabling this plugin I lose that padding: After digging into Noice.nvim...
Link broken in the [usage](https://github.com/ziontee113/color-picker.nvim?tab=readme-ov-file#usage) section
**Suggestion:** What if user could specify max width for ghost text? I've found many weird situations where ghost text was too big (specially when using CMP buffer lines) but let...
### 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 announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...
### Did you check existing issues? - [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [x] I have searched the existing issues...
### Description I'm not able to make edit / delete work, list / create work. ### Neovim version ```markdown NVIM v0.11.0 Build type: Release LuaJIT 2.1.1741730670 ``` ### Operating system...