eruizc-dev / nvim-efm-setup

Plug and play EFM configuration for Neovim's native LSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Plug and play EFM configuration for Neovim's native LSP


Languages

Language:Lua 100.0%