nvim-lint: fix config syntax

This commit is contained in:
Ching Pei Yang 2025-03-22 15:24:17 +01:00
parent 3a28d05684
commit 79b848fa02
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

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