update to make nvim-cmp work on nvim 0.5

writing
Nick Zana 3 years ago
parent 61e3ef417f
commit 74e7c324a9
No known key found for this signature in database
GPG Key ID: A6E59E60FE474883

@ -20,7 +20,10 @@ local plugins = require('packer').startup(function(use)
-- LSP -- LSP
use 'neovim/nvim-lspconfig' -- Common lsp server configurations use 'neovim/nvim-lspconfig' -- Common lsp server configurations
use 'hrsh7th/nvim-cmp' -- Autocompletion plugin use {
'hrsh7th/nvim-cmp',
commit = '2aa7eee28b4d49e999c694ca733a393da5808dd6',
} -- Autocompletion plugin
use 'hrsh7th/cmp-nvim-lsp' -- LSP source for nvim-cmp use 'hrsh7th/cmp-nvim-lsp' -- LSP source for nvim-cmp
-- LSP Extensions -- LSP Extensions

Loading…
Cancel
Save