i like twains
This commit is contained in:
parent
3107f13416
commit
18cd02b352
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ cmp.setup({
|
||||||
},
|
},
|
||||||
sources = cmp.config.sources({
|
sources = cmp.config.sources({
|
||||||
{ name = "nvim_lsp" },
|
{ name = "nvim_lsp" },
|
||||||
|
{ name = 'nvim_lsp_signature_help' },
|
||||||
{ name = "luasnip" },
|
{ name = "luasnip" },
|
||||||
}, { name = "buffer" }),
|
}, { name = "buffer" }),
|
||||||
formatting = {
|
formatting = {
|
||||||
|
|
|
||||||
|
|
@ -108,6 +108,7 @@ in
|
||||||
cmp-buffer
|
cmp-buffer
|
||||||
cmp-path
|
cmp-path
|
||||||
cmp-cmdline
|
cmp-cmdline
|
||||||
|
cmp-nvim-lsp-signature-help
|
||||||
nvim-cmp # completion ui
|
nvim-cmp # completion ui
|
||||||
lspkind-nvim # icons for completion
|
lspkind-nvim # icons for completion
|
||||||
# completion-snippets
|
# completion-snippets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue