nix-config/modules/home-manager/neovim/config/plugins/luasnip.nix
2025-07-17 21:47:19 +01:00

3 lines
37 B
Nix

{
plugins.luasnip.enable = true;
}