Mauricio Trajano

Results 11 issues of Mauricio Trajano

This would allow the user to see a high level overview of which files have errors, warnings, etc.. similar to how vscode highlights the tab with the worst severity. This...

### Step 1: Provide a summary of your problem * Example command breaking on fresh install, running `tmuxp load mysession` with the `4-pane-split` configuration is returning the following error: ```...

bug

- NPM version (`npm -v`): `6.11.3` - Node version (`node -v`): `v12.12.0` - Node Process (`node -p process.versions`): ``` { node: '12.12.0', v8: '7.7.299.13-node.12', uv: '1.32.0', zlib: '1.2.11', brotli: '1.0.7',...

External - LibSass
Bug - Maybe

This pull request applies code style fixes from an analysis carried out by [StyleCI](https://github.styleci.io). --- For more information, click [here](https://github.styleci.io/analyses/BM97pA).

version info: ```cmd $ node-sass --version node-sass 4.12.0 (Wrapper) [JavaScript] libsass 3.5.4 (Sass Compiler) [C/C++] ``` Description: Sorry if this has already been reported. Background: We run an application where...

Discussion - Question

Not sure if this is intentional or not but I assume it would work the same as incrementing/decrementing with `` in normal mode To reproduce: ``` - some list ```...

First pass. Might still need some cleaning up but toggling / inverting sublists is working. I can also write some tests for this, what is the status on testing? Do...

### Did you check docs and existing issues? - [X] I have read all the todo-comments.nvim docs - [X] I have searched the existing issues of todo-comments.nvim - [X] I...

bug

### Problem To my knowledge there is no current way to hook into an event for when a fold is opened or closed. I think this would be very beneficial...

enhancement
folds
events

This might be a really basic question but I have the habit of using ctrl-u to kill/discard the current line, which is the default behavior in fzf. It looks like...

enhancement