From 078926063773e3b7214f002b5e00a0d87af7fab1 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 24 Jun 2025 17:20:22 -0400 Subject: [PATCH] add a known issues section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bc36712..8118c7d 100644 --- a/README.md +++ b/README.md @@ -469,6 +469,11 @@ require "dep" { } ``` +## Known Issues + +- Lazy loading nvim-cmp doesn't work as the external sources don't get reconized +by nvim-cmp when it's loaded. + ## License dep is licensed under the [MIT License](LICENSE).