mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
docs(readme): fix typos (#232)
## Description Just a couple of small typos. They're in highlighted blocks, so I figured it's worth it to make a PR ^^ Cool plugin! ## Related Issue(s) N/A ## Screenshots N/A
This commit is contained in:
parent
66f7daa2b5
commit
ca736aecb2
1 changed files with 2 additions and 2 deletions
|
|
@ -57,10 +57,10 @@ Install the plugin with your package manager:
|
|||
> Check the [code](https://github.com/folke/snacks.nvim/blob/main/lua/snacks/init.lua) to see what it does.
|
||||
|
||||
> [!caution]
|
||||
> You need to explicitely pass options for a plugin or set `enabled = true` to enable it.
|
||||
> You need to explicitly pass options for a plugin or set `enabled = true` to enable it.
|
||||
|
||||
> [!tip]
|
||||
> It' a good idea to run `:checkhealth snacks` to see if everything is set up correctly.
|
||||
> It's a good idea to run `:checkhealth snacks` to see if everything is set up correctly.
|
||||
|
||||
```lua
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue