1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00

plugins/friendly-snippets: init

This commit is contained in:
Gaetan Lepage 2024-01-22 11:25:52 +01:00 committed by Gaétan Lepage
parent be2ed580e8
commit 86d6ce5029
3 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
empty = {
plugins = {
luasnip.enable = true;
friendly-snippets.enable = true;
};
};
}