diff --git a/README.md b/README.md index 683cbc66..26b4144f 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,24 @@ Plugin 'dense-analysis/ale' git clone https://github.com/dense-analysis/ale ~/.vim/bundle/ale ``` +#### [lazy.nvim](https://github.com/folke/lazy.nvim) +```lua +{ + 'dense-analysis/ale', + config = function() + -- Configuration goes here. + local g = vim.g + + g.ale_ruby_rubocop_auto_correct_all = 1 + + g.ale_linters = { + ruby = {'rubocop', 'ruby'}, + lua = {'lua_language_server'} + } + end +} +``` + ## Contributing If you would like to see support for more languages and tools, please