From be077b959f24a6ad81c82814d516e05c602dc549 Mon Sep 17 00:00:00 2001 From: Dave Lage Date: Thu, 10 Dec 2020 18:38:17 -0500 Subject: [PATCH] Formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 771a02b..72755da 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ Built-in function ready to be bound to any key you like :smile:. | `builtin.loclist` | Lists items from current window's location list. | | `builtin.vim_options` | Lists vim options and on enter edit the options value. | | `builtin.registers` | Lists vim registers and edit or paste selection. | -| `builtin.autocommands` | Lists vim autocommands and go to their declaration. | +| `builtin.autocommands` | Lists vim autocommands and go to their declaration. | | `builtin.keymaps` | Lists normal-mode mappings. | | `builtin.filetypes` | Lists all filetypes. | | `builtin.highlights` | Lists all highlights. | @@ -410,6 +410,7 @@ Built-in function ready to be bound to any key you like :smile:. | .................................. | Your next awesome picker function here :D | ### Treesitter + | `builtin.treesitter` | Lists Function names, variables, from Treesitter! | | .................................. | Your next awesome picker function here :D |