Fixed minor spelling error that was bugging me

remotes/origin/HEAD
Elliot Hodge 2023-03-06 07:21:43 -06:00 committed by GitHub
parent 60b9189fe9
commit e4eaf2275a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ use {"chrisgrieser/nvim-genghis", requires = "stevearc/dressing.nvim"}
{"chrisgrieser/nvim-genghis", dependencies = "stevearc/dressing.nvim"},
```
`nvim-genghis` (and `dressign.nvim`) require no `.setup()` function. Just create keybindings for the commands you want to use:
`nvim-genghis` (and `dressing.nvim`) require no `.setup()` function. Just create keybindings for the commands you want to use:
```lua
local keymap = vim.keymap.set