m-pilia / vim-ccls

Vim plugin for the ccls language server
MIT License
97 stars 7 forks source link

Use new Yggdrasil API #22

Closed m-pilia closed 5 years ago

m-pilia commented 5 years ago

Move to the new Yggdrasil API as in m-pilia/vim-yggdrasil/pull/7

Acceptance criteria:

Resolves #20 Resolves #21

codecov-io commented 5 years ago

Codecov Report

Merging #22 into master will increase coverage by 2.87%. The diff coverage is 98.52%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #22      +/-   ##
=========================================
+ Coverage   95.92%   98.8%   +2.87%     
=========================================
  Files           9       5       -4     
  Lines         442     335     -107     
=========================================
- Hits          424     331      -93     
+ Misses         18       4      -14
Impacted Files Coverage Δ
autoload/ccls/syntax.vim 100% <100%> (ø) :arrow_up:
autoload/ccls/lsp.vim 100% <100%> (+17.44%) :arrow_up:
autoload/ccls/messages.vim 98.18% <98.05%> (-0.65%) :arrow_down:
plugin/ccls.vim 100% <0%> (+3.84%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a8ef52c...a54258b. Read the comment docs.