Commit Graph

6 Commits (d5034bb0abf23a054939b3f6ec810e1494ccd350)

Author SHA1 Message Date
Ori Perry 166d8b3e80
Merge pull request #8 from oriori1703/feature/collapse-functions
Feature/collapse functions
7 days ago
orip 5962064255 Add type hints to plugin options where possible
This could help beginners to get autocompletion, catch mistakes earlier,
and allow them to skip the docs for simple configs.

This is not perfect because a lot of the plugins type all of their keys
as required, even though they have defaults, but this is good enough.
7 days ago
orip 5ad57de208 Collapse small functions when formatting
This would allow to write more concise and easy to understands keybinds in
the following commit
7 days ago
Erlan Rangel 94f551b803
fix (#1319): gitsigns deprecated functions (#1321)
- This commit change two functions that are marked as deprecated now:
`gitsigns.stage_hunk` and `gitsigns.toggle_deleted`
5 months ago
Scott Swensen de44f49101
fix(gitsigns): make visual mode descriptions consistent with normal mode (#1266) 7 months ago
Damjan 9000 f5c9fe8e15
Add gitsigns recommended keymaps as an optional plugin (#858) 1 year ago