Skip to content

Commit

Permalink
vim: Pin cmp-nvim-lsp at stable version
Browse files Browse the repository at this point in the history
Today's crazy update on cmp-nvim-lsp makes nvim-cmp completely broken
on 'stable' versions of neovim. Pin at the correctly working version.

Ref hrsh7th/cmp-nvim-lsp#38
  • Loading branch information
wookayin committed Oct 15, 2022
1 parent ee687b0 commit ada495d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ if g:dotfiles_completion_backend == '@lsp'

Plug 'hrsh7th/nvim-cmp', {'commit': 'dbc7229'} " GH-899
Plug 'hrsh7th/cmp-buffer'
Plug 'hrsh7th/cmp-nvim-lsp'
Plug 'hrsh7th/cmp-nvim-lsp', {'commit': 'affe808'}
Plug 'hrsh7th/cmp-path'
Plug 'quangnguyen30192/cmp-nvim-ultisnips'

Expand Down

0 comments on commit ada495d

Please sign in to comment.