Skip to content

Commit

Permalink
docs: added screen recording
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
agoodshort committed Dec 28, 2023
1 parent 9d689bf commit 43c3364
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A customizable Telescope extension to list the git submodules of your current project and interact with them through the git TUI of your choice.

<https://github.com/agoodshort/telescope-git-submodules.nvim/assets/33832653/3605b86c-e516-4815-ba33-20df588e041e>

## Features

- List the git submodules of the currently opened project
Expand Down Expand Up @@ -33,17 +35,17 @@ return {
The extension comes with the following defaults:

```lua
require("telescope").setup({
extensions = {
git_submodules = {
git_cmd = "lazygit",
terminal_id = 9,
},
},
})
require("telescope").setup({
extensions = {
git_submodules = {
git_cmd = "lazygit",
terminal_id = 9,
},
},
})
```

### Extension Spec
### Extension Specs

| Property | Type | Default Value | Description |
|-------------|---------|---------------|----------------------------------|
Expand Down

0 comments on commit 43c3364

Please sign in to comment.