From 00228ba77e2f736306ef50d7087e537efcf76c2d Mon Sep 17 00:00:00 2001 From: monkoose Date: Mon, 16 Sep 2024 09:16:56 +0300 Subject: [PATCH] Fix formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4180b9..dcf395e 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Now you can use `Alt-f` in insert mode to accept codeium suggestions. Enterprise users: you should receive portal and API URLs for Codeium from your company. Once you get them, add them to your config. This way `:NeoCodeium auth` will authenticate you on the right portal. For example, -````lua +```lua { "monkoose/neocodeium", event = "VeryLazy", @@ -76,6 +76,7 @@ Once you get them, add them to your config. This way `:NeoCodeium auth` will aut }, } } +``` **Note:** To obtain an API token, you’ll need to run `:NeoCodeium auth`. On Windows WSL `wslview` `(sudo apt install wslu)` should be installed to properly open the browser.