Giter Site home page Giter Site logo

Comments (12)

XiaoConstantine avatar XiaoConstantine commented on June 6, 2024 1

Actually, I take it back. For my case, it's actually due to in the virtualenv i used for testing, there were no black nor flake8 installed. Similarly for lua-format. Although it would be nice if the error msg from efm log could be more straightforward.

Another thing to keep in mind is to make sure the timeout in command below is long enough

vim.lsp.buf.formatting_sync({}, timeout)

from efm-langserver.

XiaoConstantine avatar XiaoConstantine commented on June 6, 2024 1

@AckslD I assume you are on mac os and installed efm via brew? The problem I had was that the efm binary installed via homebrew require config.yaml, otherwise the binary won't start. The fix for me was:

brew uninstall efm-languageserver

and then use the go get method

go get <>

Not sure if this helps^

from efm-langserver.

XiaoConstantine avatar XiaoConstantine commented on June 6, 2024 1

Ah, then you can ignore what i mentioned before. NP and good luck!@AckslD

from efm-langserver.

sevanteri avatar sevanteri commented on June 6, 2024 1

Finally solved it. languages.<language> has to be a list. So for example for flake8:

settings = {
    languages = {
        python = {
            {
                lintCommand = 'flake8 --stdin-display-name ${INPUT} -',
                lintStdin = true,
                lintFormats = {'%f = %l:%c: %m'}
            },
            {
                ...
            },
        }
    }
}

from efm-langserver.

sevanteri avatar sevanteri commented on June 6, 2024 1

@sevanteri I also tried that but didn't get it to work. (I think you forgot languages right?)

Oh wow. Yes, forgot languages. Edited.

from efm-langserver.

XiaoConstantine avatar XiaoConstantine commented on June 6, 2024

Having the same issue as well

from efm-langserver.

AckslD avatar AckslD commented on June 6, 2024

@XiaoConstantine What only worked for me was to configure efm through its own yaml config file.

from efm-langserver.

AckslD avatar AckslD commented on June 6, 2024

Thanks for the info @XiaoConstantine
No, I'm on arch linux actually. Don't remember what method I used to install though (not at my computer until Thursday)

from efm-langserver.

gegoune avatar gegoune commented on June 6, 2024

@AckslD I assume you are on mac os and installed efm via brew? The problem I had was that the efm binary installed via homebrew require config.yaml, otherwise the binary won't start. The fix for me was:

Is that so? I installed it with brew and it seems to work alright without config.yaml.

from efm-langserver.

sevanteri avatar sevanteri commented on June 6, 2024

I have tried installing efm with LspInstall, go get, and by building it myself. I cannot for the life of me to get it running with configs in nvim lsp setup. Configuration through the yaml file works fine.

from efm-langserver.

XiaoConstantine avatar XiaoConstantine commented on June 6, 2024

@AckslD I assume you are on mac os and installed efm via brew? The problem I had was that the efm binary installed via homebrew require config.yaml, otherwise the binary won't start. The fix for me was:

Is that so? I installed it with brew and it seems to work alright without config.yaml.

Maybe it's related to my OS (on Mojave before), I tried on Big Sur and indeed as you mentioned it works fine.

from efm-langserver.

AckslD avatar AckslD commented on June 6, 2024

@sevanteri I also tried that but didn't get it to work. (I think you forgot languages right?)

from efm-langserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.