Merge branch 'master' of github.com:xxxZer0xxx/kickstart.nvim

pull/1373/head
Max Reed 6 months ago
commit 252c3e1746

@ -327,6 +327,20 @@ require('lazy').setup({
-- [[ Configure Telescope ]]
-- See `:help telescope` and `:help telescope.setup()`
require('telescope').setup {
defaults = {
layout_strategy = 'flex',
layout_config = {
flex = {
flip_columns = 120,
},
horizontal = {
width = 0.6,
},
vertical = {
height = 0.7,
},
},
},
-- You can put your default mappings / updates / etc. in here
-- All the info you're looking for is in `:help telescope.setup()`
--

Loading…
Cancel
Save