diff options
| author | elianiva <dicha.arkana03@gmail.com> | 2021-02-28 22:12:19 +0700 |
|---|---|---|
| committer | elianiva <dicha.arkana03@gmail.com> | 2021-02-28 22:27:41 +0700 |
| commit | b1711389b6264ac5cdb90b7b8d45d54b3369aee5 (patch) | |
| tree | a0ecc89cd6c44cb48ef9707826661eeaf64deaf6 /README.md | |
| parent | ed2764a1bda029911e357a18f0797729e7771b81 (diff) | |
docs: add space before + and }
I am sorry, my OCD can't stand this :DDD
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -164,7 +164,7 @@ require('telescope').setup{ results_height = 1, results_width = 0.8, border = {}, - borderchars = { '─', '│', '─', '│', '╭', '╮', '╯', '╰'}, + borderchars = { '─', '│', '─', '│', '╭', '╮', '╯', '╰' }, color_devicons = true, use_less = true, set_env = { ['COLORTERM'] = 'truecolor' }, -- default = nil, @@ -232,7 +232,7 @@ EOF | `generic_sorter` | The sorter for everything else. | [Sorters](#sorters) | | `vimgrep_arguments` | The command line argument for grep search ... TODO. | dict | | `selection_strategy` | What happens to the selection if the list changes. | follow/reset/row | -| `file_ignore_patterns` | Pattern to be ignored `{ "scratch/.*", "%.env"}` | dict | +| `file_ignore_patterns` | Pattern to be ignored `{ "scratch/.*", "%.env" }` | dict | | `shorten_path` | Whether to shorten paths or not. | boolean | ## Mappings @@ -295,7 +295,7 @@ require('telescope').setup{ ["<CR>"] = actions.select_default + actions.center, -- You can perform as many actions in a row as you like - ["<CR>"] = actions.select_default+ actions.center + my_cool_custom_action, + ["<CR>"] = actions.select_default + actions.center + my_cool_custom_action, }, n = { ["<esc>"] = actions.close, |
