Skip to content

Commit

Permalink
fix: README
Browse files Browse the repository at this point in the history
  • Loading branch information
tetzng committed Apr 22, 2023
1 parent 93a1ac8 commit 2f23d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ require('telescope').load_extension('cica_icons')
### Recommended Keybind

```lua
vim.keymap.set("n", "<leader>fc", "<cmd>Telescope cica_icons<cr>", desc = "Find cica icons")
vim.keymap.set("n", "<leader>fc", "<cmd>Telescope cica_icons<cr>", { desc = "Find cica icons" })
```

## Usage
Expand Down

0 comments on commit 2f23d30

Please sign in to comment.