From 9adddc4b7a24f645418df40ec398bd9b7f9d20ae Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Fri, 29 Oct 2021 13:11:37 -0700 Subject: [PATCH] shorter ivy prompt --- .vim/nvim.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.vim/nvim.lua b/.vim/nvim.lua index aec34b8..a248bb5 100644 --- a/.vim/nvim.lua +++ b/.vim/nvim.lua @@ -158,12 +158,21 @@ require('telescope').setup { pickers = { lsp_code_actions = { theme = "ivy", + layout_config = { + height = 10, + }, }, lsp_range_code_actions = { theme = "ivy", + layout_config = { + height = 10, + }, }, lsp_references = { theme = "ivy", + layout_config = { + height = 15, + }, }, }, }