From e826303da670e9d53c2837b9b0c117ad72d55fe8 Mon Sep 17 00:00:00 2001 From: monkoose Date: Thu, 19 Sep 2024 11:41:15 +0300 Subject: [PATCH] Correct typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dc50ab..d30a8e4 100644 --- a/README.md +++ b/README.md @@ -363,7 +363,7 @@ local NeoCodeium = { }, provider = function(self) local symbols = self.symbols - local status, server_status = require("neocodium").get_status() + local status, server_status = require("neocodeium").get_status() return symbols.status[status] .. symbols.server_status[server_status] end, hl = { fg = "yellow" }, @@ -415,7 +415,7 @@ require("neocodeium").setup({ -- Portal URL to use (for registering a user and downloading the binary) portal_url = nil, }, - -- Set to `false` to disable showing the number of suggestions label in the line column + -- Set to `false` to disable showing the number of suggestions label in the line number column show_label = true, -- Set to `true` to enable suggestions debounce debounce = false,