nix-config/modules/home-manager/neovim/config/plugins/luasnip.nix

4 lines
37 B
Nix
Raw Normal View History

2025-06-02 02:09:06 +01:00
{
plugins.luasnip.enable = true;
}