Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Aug 22, 2023
1 parent 4018a2b commit 2c6b5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ vim.api.nvim_buf_set_keymap(0, 'n', '<S-F6>', "<cmd>CompilerToggleResults<cr>",
| `:CompilerOpen` | Shows the adecuated compiler for your buffer's filetype. |
| `:CompilerToggleResults` | Open or close the compiler results. |
| `:CompilerRedo` | Redo the last selected option. |
| `:CompilerStop` | Dispose all tasks. |


## How to use (Basic usage)
Expand Down Expand Up @@ -194,6 +195,5 @@ If you want to help me, please star this repository to increase the visibility o
</a>

## Roadmap
* Command: `CompilerStop` to kill and clear all running jobs. This allow people easily creating a keymapping like "kill all and redo.
* Update the wiki to reflect the fact that now is possible runnig multible `executable` in solutions.
* Better windows compatibility when not using WLS: The commands `rm -rf` and `mkdir -p` only exist on unix. To support Windows without WLS we should run the equivalent powershell command when Windows is detected.

0 comments on commit 2c6b5b7

Please sign in to comment.