Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
monkoose authored Sep 16, 2024
1 parent 1ad72b9 commit 00228ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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.
Expand Down

0 comments on commit 00228ba

Please sign in to comment.