This commit is contained in:
asep komarudin 2023-03-02 22:22:52 +07:00
parent 53dc56c690
commit d20cfcdbfc
2 changed files with 6 additions and 3 deletions

View file

@ -8,6 +8,7 @@ return {
"hrsh7th/cmp-path",
"saadparwaiz1/cmp_luasnip",
"hrsh7th/cmp-nvim-lua",
"hrsh7th/cmp-nvim-lsp-signature-help",
-- {
-- "hrsh7th/cmp-cmdline",
-- --event = "BufWinEnter",
@ -64,6 +65,7 @@ return {
{ name = "buffer" },
{ name = "path" },
{ name = "nvim_lua" },
{ name = "nvim_lsp_signature_help" },
}),
formatting = {
fields = { "kind", "abbr", "menu" },