suoto / vim-hdl

Vim plugin to aid VHDL development (for LSP, see https://github.com/suoto/hdl_checker)
GNU General Public License v3.0
59 stars 5 forks source link

Add neovim support #29

Closed suoto closed 8 years ago

suoto commented 8 years ago

Neovim support required few changes. Added some support for Python 2.7 and 3.5 but it was harder than expected. Also, Neovim supports Python 2.x and 3.x concurrently and Vim chooses the Python version using the first :python or :python3 used, so adding real Python 2.7 and 3.5 test is a matter of configuring them. All the rest should work (when does should ever means will??? :roll_eyes::thinking:)

codecov-io commented 8 years ago

Current coverage is 82.72% (diff: 77.77%)

Merging #29 into master will decrease coverage by 0.06%

@@             master        #29   diff @@
==========================================
  Files             4          4          
  Lines           273        272     -1   
  Methods           0          0          
  Messages          0          0          
  Branches         37         38     +1   
==========================================
- Hits            226        225     -1   
+ Misses           34         33     -1   
- Partials         13         14     +1   

Powered by Codecov. Last update 81a8f26...c13200a

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.3%) to 87.868% when pulling c13200aaa89e575ed31af60a1ef9289371c8619a on add_neovim_support into 81a8f2667751776bf590fab0e1259f3972b08657 on master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.3%) to 87.868% when pulling c13200aaa89e575ed31af60a1ef9289371c8619a on add_neovim_support into 81a8f2667751776bf590fab0e1259f3972b08657 on master.