1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-18 15:01:13 +01:00

plugins/preview: init

This commit is contained in:
Gaetan Lepage 2024-07-01 11:40:35 +02:00
parent 18bea9bad6
commit 6252a41fc6
3 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
empty = {
plugins.preview.enable = true;
};
}