Skip to content

Commit ef99389

Browse files
committed
make the telescope layout the same as snacks.picker
1 parent 39b24e9 commit ef99389

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

init.lua

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ require('lazy').setup({
479479
sorting_strategy = 'ascending',
480480
layout_config = {
481481
vertical = {
482-
height = 0.9,
483-
width = 0.95,
482+
height = 0.85,
483+
width = 0.85,
484484
prompt_position = 'top',
485485
preview_height = 0.6,
486486
mirror = true,
@@ -698,11 +698,11 @@ require('lazy').setup({
698698
-- callback = vim.lsp.buf.document_highlight,
699699
-- })
700700

701-
vim.api.nvim_create_autocmd({ 'CursorMoved', 'CursorMovedI' }, {
702-
buffer = event.buf,
703-
group = highlight_augroup,
704-
callback = vim.lsp.buf.clear_references,
705-
})
701+
-- vim.api.nvim_create_autocmd({ 'CursorMoved', 'CursorMovedI' }, {
702+
-- buffer = event.buf,
703+
-- group = highlight_augroup,
704+
-- callback = vim.lsp.buf.clear_references,
705+
-- })
706706

707707
vim.api.nvim_create_autocmd('LspDetach', {
708708
group = vim.api.nvim_create_augroup('kickstart-lsp-detach', { clear = true }),

0 commit comments

Comments
 (0)