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, + }, }, }, }