Álan Crístoffer

Results 11 issues of Álan Crístoffer

When using space as the trigger, it triggers without problems, but I can no longer insert space char. ```vim let g:UltiSnipsExpandTrigger="" let g:UltiSnipsJumpForwardTrigger="" let g:UltiSnipsJumpBackwardTrigger="" ``` ----- macOS 10.15.4 VIM...

## Expected behavior `projectile-find-file` should ignore files in the directory `build` if I add `"build"` to the variable `projectile-globally-ignored-directory`. ## Actual behavior When the indexing mode is `alien`, entries like...

Hi, trying to call `client.deleteMessages` results on it failing because of line 9 of the file [delete-messages.js](https://github.com/danielcardeenas/sulla/blob/master/src/lib/wapi/functions/delete-messages.js). `Store.WidFactory` does not exist, so `createWid` is called on null. However, it looks...

**What kind of feature is this?** * Support a non-supported MATLAB or Octave construct **MISS_HIT component affected** * Style checker **Describe the solution you'd like** The CVX project (http://cvxr.com/cvx) has...

tool: mh_style
component: core
difficulty: extreme
tool: mh_reformat

### I've searched open issues for similar requests Yes ### I've manually reviewed logs to find potential errors Yes ### I've recently downloaded the latest plugin version of mason.nvim -...

package-issue

For clients that support the ApplyEdit capability, the code completion can return a range that allows the editor to replace text instead of only inserting new text. For example, in...

enhancement

As of now the only difference for a window with a bell is that the text gets bold, which is barely visible. I suggest changing the font color to make...

enhancement

Fixes #6 Not reusing the buffer solved the issue.

Adds error messages for all errors in `parse.zig` and changes the main function so it no longer prints a useless trace when compiled in release mode. This way the user...

Hi. When running `nix run github:nix-community/zon2nix` I get the following error: ``` error: parseError ???:?:?: 0x218eb0 in ??? () ???:?:?: 0x21ec7a in ??? () ``` I'm running it in the...