prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.13k stars 305 forks source link

add linting, tests and CI #220

Closed prabirshrestha closed 5 years ago

prabirshrestha commented 5 years ago

Ideally I would like to have all the tools be pure vimscript so it is easy for anyone to contribute without installing extra tools. Getting tools such as python is not easy for windows dev.

For CI I would like to have support for multiple OS. While I'm ok with starting with Linux first, Windows is equally important since that is my work machine and Mac is my home and OSS machine.

Feel free to recommend tools in comments or go ahead and write a simple small test and send a PR so we can evaluate or point to other vim plugin tests/lint/ci setups.

prabirshrestha commented 5 years ago

Themis test is now setup with travis to run agains neovim and vim.