Files
nvim/config/modules/plugins/blink-cmp.nix

4 lines
39 B
Nix
Raw Normal View History

2025-10-23 19:50:10 +03:00
{
plugins.blink-cmp.enable = true;
}