forked from dineshsalunke/nvim-config
refactor: styling for the telescope ui
This commit is contained in:
parent
3dcbf58d4f
commit
6543fbd306
@ -156,6 +156,9 @@ return {
|
|||||||
},
|
},
|
||||||
prompt_prefix = require("config.icons").Selected,
|
prompt_prefix = require("config.icons").Selected,
|
||||||
selection_caret = require("config.icons").Selected,
|
selection_caret = require("config.icons").Selected,
|
||||||
|
selection_strategy = "reset",
|
||||||
|
border = {},
|
||||||
|
borderchars = { "─", "│", "─", "│", "╭", "╮", "╯", "╰" },
|
||||||
mappings = {
|
mappings = {
|
||||||
i = {
|
i = {
|
||||||
["<C-k>"] = function(...)
|
["<C-k>"] = function(...)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user