vim/telescope: whitespace alignment
This commit is contained in:
parent
7c5cf05e52
commit
d845b74036
1 changed files with 22 additions and 22 deletions
|
@ -18,18 +18,18 @@ local config = function()
|
||||||
}
|
}
|
||||||
|
|
||||||
local titles = {
|
local titles = {
|
||||||
git_commits = ' Commits ',
|
git_commits = ' Commits ',
|
||||||
buffers = ' Buffers ',
|
buffers = ' Buffers ',
|
||||||
find_files = ' Files ',
|
find_files = ' Files ',
|
||||||
help_tags = ' Help tags ',
|
help_tags = ' Help tags ',
|
||||||
keymaps = ' Keymaps ',
|
keymaps = ' Keymaps ',
|
||||||
live_grep = ' Live grep ',
|
live_grep = ' Live grep ',
|
||||||
vim_options = ' Vim options ',
|
vim_options = ' Vim options ',
|
||||||
man_pages = ' Man pages ',
|
man_pages = ' Man pages ',
|
||||||
all_files = ' ALL Files ',
|
all_files = ' ALL Files ',
|
||||||
dotfiles = ' Find dotfiles ',
|
dotfiles = ' Find dotfiles ',
|
||||||
grep = ' Grep: %s ',
|
grep = ' Grep: %s ',
|
||||||
treesitter = ' Treesitter Symbols',
|
treesitter = ' Treesitter Symbols',
|
||||||
current_buffer_fuzzy_find = ' Current buffer',
|
current_buffer_fuzzy_find = ' Current buffer',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,16 +73,16 @@ local config = function()
|
||||||
},
|
},
|
||||||
|
|
||||||
pickers = {
|
pickers = {
|
||||||
buffers = { prompt_title = titles.buffers },
|
buffers = { prompt_title = titles.buffers },
|
||||||
find_files = { prompt_title = titles.find_files },
|
find_files = { prompt_title = titles.find_files },
|
||||||
git_commits = { prompt_title = titles.git_commits },
|
git_commits = { prompt_title = titles.git_commits },
|
||||||
help_tags = { prompt_title = titles.help_tags },
|
help_tags = { prompt_title = titles.help_tags },
|
||||||
keymaps = { prompt_title = titles.keymaps },
|
keymaps = { prompt_title = titles.keymaps },
|
||||||
live_grep = { prompt_title = titles.live_grep },
|
live_grep = { prompt_title = titles.live_grep },
|
||||||
vim_options = { prompt_title = titles.vim_options },
|
vim_options = { prompt_title = titles.vim_options },
|
||||||
man_pages = { prompt_title = titles.man_pages },
|
man_pages = { prompt_title = titles.man_pages },
|
||||||
treesitter = { prompt_title = titles.treesitter },
|
treesitter = { prompt_title = titles.treesitter },
|
||||||
current_buffer_fuzzy_find = { prompt_title = titles.current_buffer_fuzzy_find },
|
current_buffer_fuzzy_find = { prompt_title = titles.current_buffer_fuzzy_find },
|
||||||
},
|
},
|
||||||
|
|
||||||
extensions = {
|
extensions = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue