Formatter with efmls #2990
Unanswered
marvin-tr-81
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, last couple of days I have been trying to setup a formatter using efmls.
I have added
pkgs.vimPlugins.efmls-configs-nvim
andpkgs.efm-langserver
as seen below.Next, I have configured
efmls-configs
andlsp
as seen below. All functionality ofnixd
,pyright
andtexlab
seems to be working correctly. I get relevant error messages in nixvim.I
sudo nixos-rebuild test
as usual.In nixvim, I open a random python file and I type the command:
and I get the following message back:
Interestingly, when I try this command in a nix file, I do not get an error but the file is not formatted either.
Clearly, I am missing something but could not figure it out. I would appreciate some directions here.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions