Skip to content

Commit

Permalink
Merge branch 'main' into just-prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 committed Oct 6, 2023
2 parents 9f4f126 + fbcfcf9 commit 2a46bfa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
working-directory: tests

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache
uses: actions/cache@v3
Expand Down
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 2a46bfa

Please sign in to comment.