nvim-lint: fix bogus setupOpts

This commit is contained in:
Pei Yang Ching 2025-03-05 18:00:17 +01:00
commit eebaa4e430
2 changed files with 18 additions and 19 deletions

View file

@ -13,7 +13,7 @@ in {
vim = {
startPlugins = ["nvim-lint"];
pluginRC.nvim-lint = entryAnywhere ''
require("lint").setup(${toLuaObject cfg.setupOpts})
require("lint").linters_by_ft = ${toLuaObject cfg.linters_by_ft}
'';
};
};