feat: Add highlights builtin (#267)

This commit is contained in:
Simon Hauser
2020-11-22 03:33:27 +01:00
committed by GitHub
parent 5bf53823eb
commit d153c006e7
4 changed files with 76 additions and 1 deletions

View File

@@ -374,6 +374,7 @@ Built-in function ready to be bound to any key you like :smile:.
| `builtin.vim_options` | Lists vim options and on enter edit the options value |
| `builtin.keymaps` | Lists normal-mode mappings |
| `builtin.filetypes | Lists all filetypes |
| `builtin.highlights | Lists all highlights |
| `builtin.git_commits` | Lists git commits with diff preview and on enter checkout the commit.|
| `builtin.git_bcommits` | Lists buffer's git commits with diff preview and
checkouts it out on enter|