getting stuff ready for flake to see
This commit is contained in:
15
overlays/cmp-vimtex.nix
Normal file
15
overlays/cmp-vimtex.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ cmp-vimtex }:
|
||||
{
|
||||
overlay = final: prev:
|
||||
let
|
||||
cmpVimtexPlugin = prev.vimUtils.buildVimPlugin {
|
||||
src = cmp-vimtex;
|
||||
name = "cmp-vimtex";
|
||||
};
|
||||
in
|
||||
{
|
||||
customVimPlugins = [
|
||||
cmpVimtexPlugin
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user