Skip to content

Commit

Permalink
fix: typo in code block language (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilriker authored Jan 27, 2024
1 parent c272d8d commit 04e5f9d
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 @@ -66,7 +66,7 @@ let g:codeium_disable_bindings = 1

or in Neovim:

```vim
```lua
vim.g.codeium_disable_bindings = 1
```

Expand Down Expand Up @@ -125,7 +125,7 @@ let g:codeium_enabled = v:false

or in Neovim:

```vim
```lua
vim.g.codeium_enabled = false
```

Expand Down

0 comments on commit 04e5f9d

Please sign in to comment.