From 51612a3fb9c58d20452ed5c1ae436ddac02e8c7e Mon Sep 17 00:00:00 2001 From: Ilia Date: Thu, 11 Jan 2024 21:39:52 -0800 Subject: [PATCH] fix: grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4fe9e7..43997af 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ cmp.setup { If you do not use lspkind, simply add the custom icon however you normally handle `kind` formatting and it will integrate as if it was any other normal lsp completion kind. ##### Tab Completion Configuration (Highly Recommended) -Unlike other completion sources, copilot can use other lines above or below an empty line to provide a completion. This can cause problematic for individuals that select menu entries with ``. This behavior is configurable via cmp's config and the following code will make it so that the menu still appears normally, but tab will fallback to indenting unless a non-whitespace character has actually been typed. +Unlike other completion sources, copilot can use other lines above or below an empty line to provide a completion. This can be problematic for individuals that select menu entries with ``. This behavior is configurable via cmp's config and the following code will make it so that the menu still appears normally, but tab will fallback to indenting unless a non-whitespace character has actually been typed. ```lua local has_words_before = function()