swiftyswiftvim icon indicating copy to clipboard operation
swiftyswiftvim copied to clipboard

Swifty Swift Vim is a semantic editor backend for Vim and YouCompleteMe

Results 6 swiftyswiftvim issues
Sort by recently updated
recently updated
newest added

Seeing the following build error when running the `bootstrap` script on master: ``` Configure SwiftySwiftVim.. SSVIM CMAKE START Building boost -- Boost version: 1.67.0 -- Found the following Boost libraries:...

Implement cursor info requests. This will make it possible to add features like jump to definition or print type.

``` [100%] Built target ycm_core Configure SwiftySwiftVim.. -- The C compiler identification is AppleClang 9.0.0.9000035 -- The CXX compiler identification is AppleClang 9.0.0.9000035 -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc...

Move flag prep to the server: convert a `command` from a `CompilationDatabase` to arguments we can use for completions and other tasks. We need to process flags for diagnostics and...

`compile_commands.json` has records which `command`'s are compiler invocations for compilation. For diagnostics and completion, we need to transform these invocations to the correct value for various semantic tasks. Currently, this...

It could be valueable to get feedback from the swift community around this project and overall support in Vim. Consider: - setting a dummy example project and write instructions to...