utility/ccc: fix npins name incompat

This commit is contained in:
raf 2025-02-11 21:49:51 +03:00
parent 0c6308313b
commit d4a1fb26f1
No known key found for this signature in database
GPG key ID: EED98D11B85A2819

View file

@ -9,9 +9,7 @@
cfg = config.vim.utility.ccc;
in {
config = mkIf cfg.enable {
vim.startPlugins = [
"ccc"
];
vim.startPlugins = ["ccc-nvim"];
vim.pluginRC.ccc = entryAnywhere ''
local ccc = require("ccc")