Mark McDonnell

Results 84 issues of Mark McDonnell

👋🏻 I have the following example JSON5 file contents: ```json5 { // comments unquoted: 'and you can quote me on that', singleQuotes: 'I can use "double quotes" here', lineBreaks: "Look,...

- `nvim --version`: v0.11.0 - Operating system/version: macOS 15.3.2 **Describe the bug** Running... ``` :checkhealth vim.deprecated ``` Reports the following... ``` - WARNING vim.validate is deprecated. Feature will be removed...

According to Neovim 0.11.0 this plugin should use: ``` client:request ``` ``` vim.deprecated: require("vim.deprecated.health").check() ~ - WARNING client.request is deprecated. Feature will be removed in Nvim 0.13 - ADVICE: -...

👋🏻 I noticed that the autocomplete for doggo seems to be missing `--any` and all the "QUERY FLAGS" flags. Other flags show up, but just not those. It's likely me...