chore(nvim): Completion plugin(s) via Neo's LSP

This commit is contained in:
Ahmad Ansori Palembani 2024-04-18 09:57:50 +07:00
parent db063c919a
commit d2283fd2a5
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -0,0 +1,12 @@
return {
{
"hrsh7th/nvim-cmp",
dependencies = {
"neovim/nvim-lspconfig",
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",
"hrsh7th/cmp-path",
"hrsh7th/cmp-cmdline",
},
},
}