Dionisio E Alonso

Results 27 issues of Dionisio E Alonso

Instead of comparing configuration values read from local config files with integer values 1 or 0, use their boolean interpretation as they can be directly set to v:true or v:false...

When displaying documentation of a method, the signature gets interpreted as Markdown instead of being treated as a code snippet. As seen in the first screenshot `foo(*args, **kwargs)` is treated...

**My testing minimal init.vim** ```vim let g:completion_matching_ignore_case = v:true let g:completion_matching_smart_case = v:true let g:completion_trigger_on_delete = v:true ``` **How to reproduce** Load some file and completion won't take those settings...

When the space at either side of the completion list is too narrow, the documentation floating-window gets behind completion list, having part of the text impossible to read. **My testing...

Nowadays is very common the “bubble” format of user's avatars, for example the contact list on mobile devices. Square shaped avatars tend to look not centered (vertically) and some corners...

SVN repository returns error 404 not found. First entry `svn+http://pybox2d.googlecode.com/svn/trunk/` should be changed to `git+https://github.com/pybox2d/pybox2d.git`.

### I've searched open issues for similar requests - [X] Yes ### Is your feature request related to a problem? Please describe. I'd like a way to update all the...

enhancement

After merging PR #144 there is no way to undo the `transparent` setting. The corresponding color is lost. If some flow of the config sets the background to `transparent=true` the...

### Is your feature request related to a problem? Please describe. I'd like to be able to parametrize (it could be via `ensure_installed` or `automatic_installation`, or something) the installation of...

enhancement

When opening files in tabbed view, the GTK4 widget seems to be using some old version of the widget that doesn't honor current looks. - OS: Debian Sid - Neovim...