Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
monkoose committed Sep 19, 2024
1 parent 110abba commit e826303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit e826303

Please sign in to comment.