vimPlugins.ChatGPT-nvim: enable nvimRequireCheck

This commit is contained in:
Austin Horstman 2024-10-22 21:03:47 -05:00
parent 9780b6cae7
commit 49183563b9
No known key found for this signature in database

View File

@ -235,8 +235,7 @@ in
plenary-nvim
telescope-nvim
];
# TODO: enable after https://github.com/NixOS/nixpkgs/pull/342240 merged
# nvimRequireCheck = "chatgpt";
nvimRequireCheck = "chatgpt";
};
clang_complete = super.clang_complete.overrideAttrs {