nvim-lint: fix config syntax (#735)

This commit is contained in:
Ching Pei Yang 2025-03-22 17:57:21 +01:00 committed by NotAShelf
parent 5ecb1a4172
commit 8912302427
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF

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}
'';
};
};