mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 01:38:47 +02:00
add: telescope theme
This commit is contained in:
parent
56e8da9c8e
commit
c5280b8d08
5 changed files with 199 additions and 155 deletions
|
@ -123,3 +123,12 @@ vim.g.pvode_minianimate = false
|
|||
|
||||
vim.g.pcode_disable_cmpdoc = false
|
||||
vim.g.pcode_adaptive_color_icon = true
|
||||
vim.g.pcode_columnline = true
|
||||
|
||||
---@alias telescope_themes
|
||||
---| "cursor" # see `telescope.themes.get_cursor()`
|
||||
---| "dropdown" # see `telescope.themes.get_dropdown()`
|
||||
---| "ivy" # see `telescope.themes.get_ivy()`
|
||||
---| "center" # retain the default telescope theme
|
||||
vim.g.pcode_telscope_theme_find_file = "center"
|
||||
vim.g.pcode_telscope_theme_live_grep = "dropdown"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue