mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
1.94k stars 204 forks source link

rubocop: Add --server and --stdin options to rubocop #526

Closed ippachi closed 7 months ago

ippachi commented 8 months ago

Add --stdin and --server option to rubocop

Rubocop Server Mode launchs deamon process and speed up launch time of rubocop.