Skip to content

Commit

Permalink
Minor suggestion to vim-plug block
Browse files Browse the repository at this point in the history
Include calls begin() and end()
  • Loading branch information
cacrespo authored May 2, 2024
1 parent fbdd215 commit d075472
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ return {
Using [vim-plug](https://github.com/junegunn/vim-plug)

```viml
call plug#begin()
Plug 'fabridamicelli/cronex.nvim'
call plug#end()
lua <<EOF
require("cronex").setup({})
Expand Down

0 comments on commit d075472

Please sign in to comment.