ADoyle

Results 39 issues of ADoyle

Many LSP modules ([aerial](https://github.com/stevearc/aerial.nvim), [navic](https://github.com/SmiteshP/nvim-navic), [lsp-format](https://github.com/lukas-reineke/lsp-format.nvim)) need client as `on_attach` function argument. It is convenient that returns `args.client` for users. ```lua callback = function(args) -- local client = vim.lsp.get_client_by_id(args.data.client_id) local...

lua
lsp

The size of view: ``` size = { max_height = '50%', max_width = '50%', width = 'auto', height = 'auto', } ```

enhancement

Support `@return {Promise.}` or `@return {Promise.}` syntaxes. Maybe we can draw on the experience of [jsdoc/#509](https://github.com/jsdoc3/jsdoc/issues/509).

feature

### Problem When call `vim.notify('123', vim.log.levels.ERROR)` **before** `vim.opt.cmdheight = 2`, it prints only `Error detected while processing`, but no "123" printed. --- Note: When call `vim.notify` **after** `cmdheight=2`, it works...

bug
display
startup

**Describe the problem**: When input Chinese punctuation (`,` `。` `、` `「` `」`), they will be turned to English punctuation (`,` `.` `\` `[` `]`). **To Reproduce**: 1. Install a Chinese...

T: Bug

https://github.com/sunjon/Shade.nvim/blob/4286b5abc47d62d0c9ffb22a4f388b7bf2ac2461/lua/shade.lua#L416-L426 Please remove `print("off")` and `print("on")`

- readlink has no -f option on MacOS - type "$keyword" will output to stderr

Describe the bug ---------------- `clamdscan` cannot detect the anti-malware testfiles, while `clamscan` can do. How to reproduce the problem ---------------------------- ```sh mkdir eicar && cd eicar curl -O https://secure.eicar.org/eicar.com \...

🐛bug
clamd
clamdscan

User can disable formatting on save.