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;
};
};
}