adding mcp text editor
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ cmp-vimtex, spaceport-nvim, nomodoro, parrot-nvim, inputs }:
|
||||
{
|
||||
overlay = final: prev:
|
||||
let
|
||||
pluginoverlay= final: prev:
|
||||
let
|
||||
cmpVimtexPlugin = prev.vimUtils.buildVimPlugin {
|
||||
src = cmp-vimtex;
|
||||
@@ -38,4 +38,9 @@
|
||||
};
|
||||
|
||||
};
|
||||
in {
|
||||
overlay = inputs.nixpkgs.lib.composeManyExtensions[
|
||||
pluginoverlay
|
||||
inputs.claude-mcp-bundle.overlays.default
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user