File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }),
You can’t perform that action at this time.
0 commit comments