You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not using this plugin to configure efm-language-server, and I am instead using the config.yaml file to configure the language server. However, I copied my configurations from the defaults in this repository, and they work just fine.
For some strange reason, stylua called by the efm-language-server is not reading the stylua.toml or .stylua.toml files in my project directories. Here is the stylua part of my config.yaml:
I have no idea why this is happening, especially since prettierd works just fine and does properly read the .prettierrc file.
I am also currently using stylua version v2.0.1, but I don't think that is an issue, since running stylua in the Neovim terminal works just fine, and null-ls also works just fine.
The text was updated successfully, but these errors were encountered:
I am not using this plugin to configure
efm-language-server
, and I am instead using theconfig.yaml
file to configure the language server. However, I copied my configurations from the defaults in this repository, and they work just fine.For some strange reason,
stylua
called by theefm-language-server
is not reading thestylua.toml
or.stylua.toml
files in my project directories. Here is thestylua
part of myconfig.yaml
:I have no idea why this is happening, especially since
prettierd
works just fine and does properly read the.prettierrc
file.I am also currently using
stylua
versionv2.0.1
, but I don't think that is an issue, since runningstylua
in the Neovim terminal works just fine, andnull-ls
also works just fine.The text was updated successfully, but these errors were encountered: