compiler-explorer.vim
compiler-explorer.vim copied to clipboard
[Compiler Explorer](https://gcc.godbolt.org) integration for Vim
This plugin uses Vim 8 jobs / channels, which are not supported in NeoVim because it has a [jobs API which is supposedly better](https://github.com/neovim/neovim/issues/8547). In any case, it is perfectly...
Just like the webapp it would be good to have some mechanism to have side-by-side views with multiple compilers. depends #7
Presently only one pane-buffer works because the buffer/window context handling is script-global. To enable multiple buffers to support compiler-explorer asm panes will require making this buffer local (or perhaps have...
When `let g:ce_strip_directives = 0` there is a missing field in the json response causing error messages.