Skip to content

Commit

Permalink
fix(vim): fix keybinding not setup on new opened buffers. (#3682)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Jan 13, 2025
1 parent f67a3fe commit c3f552e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/vim/autoload/tabby/inline_completion.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let g:tabby_inline_completion_source = get(g:, 'tabby_inline_completion_source',
\ })

function! tabby#inline_completion#Setup()
augroup tabby_inline_completion_events
augroup tabby_inline_completion_install
autocmd!
autocmd User tabby_lsp_on_buffer_attached call tabby#inline_completion#Install()
augroup end
Expand Down

0 comments on commit c3f552e

Please sign in to comment.