utility/ccc: fix npins name incompat

This commit is contained in:
raf 2025-02-11 21:49:51 +03:00 committed by isaacST08
commit 2d28b1fd6c

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")