ooknet/outputs/pkgs/ook-vim/config/plugins/cmp.nix

5 lines
60 B
Nix

{
vim.autocomplete.nvim-cmp = {
enable = true;
};
}