Hernán Cervera

Results 8 issues of Hernán Cervera

### Environment details I've managed to reproduce in: ``` os: macOS Big Sur v11.6 nvim: v0.7.0 goneovim: v0.5.1 and nightly-1-g665100d ``` ``` os: Windows 10 Home Single Language v21H2 nvim:...

Hi, I'm very happy about your work, Quantum does look better, I was fed up of the blocky tabs 😞 I noticed that the bottom edges of the active tab...

enchancement-fix

### Environment ```text VimR: Version 0.40.0 (20220618.161750) Neovim: v0.7.0 ``` ### Pre-conditions > I assume anything which displays **vertical lines that should be visually continuous** should trigger the issue. I've...

Related issue: #4791 ### Changes Add custom response status support for implementations of `HttpResponse`: - `NettyMutableHttpResponse` - `SimpleHttpResponse` Also for implementations of `HttpResponseFactory`: - `NettyHttpResponseFactory` - `SimpleHttpResponseFactory` The previous changes...

status: under consideration
status: next major version

The plugin [nvim-tree](https://github.com/kyazdani42/nvim-tree.lua) has the option [nvim-tree.hijack_cursor](https://github.com/kyazdani42/nvim-tree.lua/blob/master/doc/nvim-tree-lua.txt#L483) which is documented as follows: ```vimhelp *nvim-tree.hijack_cursor* Keeps the cursor on the first letter of the filename when moving in the tree. Type:...

### Neovim version (nvim -v) 0.8.1 (Release) ### Vim (not Nvim) behaves the same? No, Vim 9.0.1050 behaves differently ### Operating system/version macOS 11.6 ### Terminal name/version kitty 0.26.5 ###...

bug
clipboard

Solves #5006 Created the endpoint `/management` to reveal mangament routes in a HATEOAS format. This is the format that Spring Boot's `/actuator` uses. Example output: ```json { "_links": { "self":...

type: enhancement

**Is your feature request related to a problem? Please describe.** When working with Java files where everything is inside a class, it's very useful to navigate to the start or...