Callum Howard

Results 12 issues of Callum Howard

**Is your feature request related to a problem? Please describe.** The git-messenger.vim plugin has functionality to show previous commits for the blame_line, see [here](https://github.com/rhysd/git-messenger.vim#exploring-older-commits). When the commit message window is...

enhancement

CoC has an option `suggest.completionItemKindLabels` from [here](https://github.com/neoclide/coc.nvim/blob/97e95b9df64595699506ce9cf2f07bb7a91141fb/data/schema.json#L461) that allows labels to be shown next to completion items like this: As you can see in the screenshot though, it seems the...

**Is your feature request related to a problem? Please describe.** Sometimes I want to copy the **Describe the solution you'd like** I would like an additional mapping to copy (and...

enhancement

I get this when I enable the extension using :CocList -> extensions -> coc-inline-jest 0.1.2 ``` [coc.nvim]Error on active extension coc-inline-jest: TypeError: Cannot read property 'split' of undefined at Runner.createProcess...

```sh RUST_BACKTRACE=1 grapple https://download.developer.apple.com/Developer_Tools/Xcode_10.2.1/Xcode_10.2.1.xip thread 'main' panicked at 'Requested resource does not allow Range requests!', src/main.rs:105:9 stack backtrace: 0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace 1: std::panicking::default_hook::{{closure}} 2: std::panicking::rust_panic_with_hook 3: std::panicking::begin_panic 4: grapple::main 5: std::rt::lang_start::{{closure}}...

### Describe the Bug Following the setup instructions on a fresh SvelteKit demo project with the pinned versions from the compatibility table I get the following error upon doing `yarn...

bug

When comparing with a diff on GitHub it folds unchanged and shows 3 lines of context. It would be awesome if there was a configuration option to specify how many...

I have the following in my init.vim: ``` let g:clang_format#command = '/usr/local/Cellar/llvm/3.8.1/bin/clang-format' let g:clang_format#code_style = "llvm" let g:clang_format#auto_formatexpr = 1 ``` and I am using: NVIM v0.1.5-405-g00fc216 Build type: Release...

Hi, I believe I have found an issue with font rendering on MacOS. The same code works fine on Windows 10. The issue is that symbols are rendered as questions...

Thank you for implementing my [suggestion](https://github.com/anuvyklack/windows.nvim/issues/15#issuecomment-1261417966) previously. Honestly I'm not using the autoresize functionality, but I am loving the animations and toggle functionality of `WindowsMaximize*`. With the release of nvim...