Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugins/none-ls: fix withArgs type, syntax (nix-community#1182)
This was previously null or string, but was changed to null or Lua in nix-community#1169. Internally, `withArgs` is expected to be a string, but `mkNullOrLua` applies `mkRaw`, leading to a type error when generating the output, as it is attempting to interpolate a set rather than a string. Tested locally, and verified that it fixes my setup.
- Loading branch information