rqdmap

Results 7 issues of rqdmap

I'm using Neovim v0.9.0, with the latest nvim-cmp and cmp-cmdline plugin. Without cmp-cmdline, when I use regular expression in :find for searching files, Neovim will substitute the wildcard for me...

I'm new to giph and I love the tiny and elegant program very much! But sometimes I find `giph --stop` not working properly. After investigating, I find two main problems:...

Support ccls symbols. Add symbol kind: 252, 253, 254 and 255. This fixes https://github.com/simrat39/symbols-outline.nvim/issues/217.

When using symbols-outline along with ccls, errors will occur: ```lua Error executing vim.schedule lua callback: ...lazy/symbols-outline.nvim/lua/symbols-outline/parser.lua:180: attempt to index a nil value stack traceback: ...lazy/symbols-outline.nvim/lua/symbols-outline/parser.lua:180: in function 'get_lines' ...lazy/symbols-outline.nvim/lua/symbols-outline/writer.lua:91: in...

Fix https://github.com/hrsh7th/cmp-cmdline/issues/91

Lspsaga had an auto-resize option for the outline window, added due to PR #1077. This feature was removed in version 0.3.0 (a17c975). Will Lspsaga bring this feature back in the...

enhancement

### Description According to the official documentation at https://opencode.ai/docs/plugins/#logging, plugins should use client.app.log() for structured logging. However, logs sent via client.app.log() are not visible in the console, even when using...

bug