fixed autocomplete.
This commit is contained in:
parent
a8c3d3b02b
commit
6f037e9460
|
@ -93,7 +93,7 @@ require('lazy').setup({
|
||||||
{
|
{
|
||||||
'hrsh7th/nvim-cmp',
|
'hrsh7th/nvim-cmp',
|
||||||
config = function()
|
config = function()
|
||||||
require('rust-tools-setup')
|
require('cmp-lsp')
|
||||||
end,
|
end,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'neovim/nvim-lspconfig',
|
'neovim/nvim-lspconfig',
|
||||||
|
|
Loading…
Reference in a new issue