nix-community.nixvim/plugins/none-ls
Rob Hanlon 64d3996bd0
plugins/none-ls: fix withArgs type, syntax (#1182)
This was previously null or string, but was changed to null or Lua in
nix-community/nixvim#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.
2024-03-03 11:39:13 +01:00
..
default.nix lib/helpers: extraOptionsOptions -> neovim-plugin.extraOptionsOptions 2024-01-28 23:39:14 +01:00
prettier.nix plugins/none-ls: fix warning with prettier 2023-12-02 20:29:28 +01:00
servers.nix plugins/none-ls: fix withArgs type, syntax (#1182) 2024-03-03 11:39:13 +01:00