Skip to content

Commit

Permalink
Merge pull request #48 from erikkrieg/document-lazy-install
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke authored Oct 6, 2023
2 parents 927b418 + d5ce9c7 commit bb7c406
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ cd ~/.vim/pack/YOUR-NAMESPACE-HERE/start/
git clone https://github.com/NoahTheDuke/vim-just.git
```

### [lazy.nvim](https://github.com/folke/lazy.nvim)

```lua
{
"NoahTheDuke/vim-just",
event = { "BufReadPre", "BufNewFile" },
ft = { "\\cjustfile", "*.just", ".justfile" },
}
```

----------

### Updating `git clone` based installations
Expand Down

0 comments on commit bb7c406

Please sign in to comment.