Skip to content

Commit 00228ba

Browse files
authored
Fix formatting
1 parent 1ad72b9 commit 00228ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Now you can use `Alt-f` in insert mode to accept codeium suggestions.
6565
Enterprise users: you should receive portal and API URLs for Codeium from your company.
6666
Once you get them, add them to your config. This way `:NeoCodeium auth` will authenticate you on the right portal. For example,
6767

68-
````lua
68+
```lua
6969
{
7070
"monkoose/neocodeium",
7171
event = "VeryLazy",
@@ -76,6 +76,7 @@ Once you get them, add them to your config. This way `:NeoCodeium auth` will aut
7676
},
7777
}
7878
}
79+
```
7980

8081
**Note:** To obtain an API token, you’ll need to run `:NeoCodeium auth`.
8182
On Windows WSL `wslview` `(sudo apt install wslu)` should be installed to properly open the browser.

0 commit comments

Comments
 (0)