Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.26 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.26 KB

nvim-efm-setup - UNMAINTAINED

Try it at your own risk, I believe this no longer works...

EFM is really cool, but requires some configuration. Why not make it easy?

Installation

  1. Install efm-langserver
  2. Install nvim-lspconfig and nvim-efm-setup with your favorite plugin manager
    Plug 'neovim/nvim-lspconfig'
    Plug 'eruizc-dev/nvim-efm-setup'
  3. Setup efm-langserver
    require'lspconfig'.efm.setup(require('efm_setup').get_opts())

Supported linters and formatters

Check the wiki for that.

Installation instructions can be found here

Contributing

Your favorite linter/formatter is not supported yet? Add it to configs.lua like in this commit and don't forget to submit a PR