diff --git a/nvim/init.lua b/nvim/init.lua index 2f0ec15..83e596e 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -420,7 +420,7 @@ require("lazy").setup({ comparators = { compare.offset, compare.exact, - -- compare.scopes, + compare.scopes, compare.score, compare.recently_used, compare.locality, @@ -480,7 +480,7 @@ require("lazy").setup({ map("n", "", "Telescope colorscheme layout_config={width=0.5} enable_preview=1", opts) require("telescope").setup({ defaults = { - layout_config = { horizontal = { width = 0.95 } }, + layout_config = { horizontal = { width = 0.99 } }, mappings = { i = { [""] = actions.close, diff --git a/zsh/.zshrc b/zsh/.zshrc index 9ab2eec..377b5d0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -43,5 +43,7 @@ bindkey "^[[A" history-substring-search-up # up bindkey "^[[B" history-substring-search-down # down HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=1 +zstyle ':completion:*' menu select + # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh