preservim / vim-pencil

Rethinking Vim as a tool for writing
Other
1.57k stars 38 forks source link

Lint vimscript #81

Closed alerque closed 4 years ago

alerque commented 4 years ago

This PR adds a configuration for Vint (a VimL linter), deals with all the error, warning, and style level issues it raised, and finally configures a Github Actions job to run the linter automatically. This is especially useful to make sure PR contributions are clean.

I'll work on a CI job that actually validates whether the plugin runs another time.