add transparent plugin

This commit is contained in:
Patrick Neff 2024-08-07 12:04:52 +02:00
parent 13db25f74d
commit 187cc0175e
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@
./lastplace.nix
./codeium.nix
./undotree.nix
./transparent.nix
./lsp
];
extraPlugins = with pkgs.vimPlugins;

View File

@ -0,0 +1,3 @@
{
plugins.transparent.enable = true;
}