1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/tests/test-sources/plugins/by-name/friendly-snippets/default.nix
2024-09-09 11:50:41 +01:00

8 lines
112 B
Nix

{
empty = {
plugins = {
luasnip.enable = true;
friendly-snippets.enable = true;
};
};
}