From 691e138a86ccb4083c46ff62ab5eb53f9148696d Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Mon, 15 Jan 2024 10:06:19 -0500 Subject: [PATCH] doc: add nvim-cmp information in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 80e4143a..60267825 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ See `:help sg.auth` for more information. You can check that you're logged in by then running `:checkhealth sg` +## Autocomplete + +Currently, sg.nvim only supports nvim-cmp. For setup information, see: `:help cody.complete`. + +If you have other completion sources you would like added, please let me know in the issue tracker! + ## Installation ### Requirements