fix duplicate entry for completion
This commit is contained in:
parent
4cc7dd1837
commit
c585a59e16
4 changed files with 43 additions and 4 deletions
|
|
@ -6,6 +6,7 @@ return { -- blink autocompletion
|
|||
---@type blink.cmp.Config
|
||||
opts = {
|
||||
completion = {
|
||||
documentation = { auto_show = true },
|
||||
list = {
|
||||
selection = {
|
||||
preselect = false,
|
||||
|
|
@ -20,9 +21,6 @@ return { -- blink autocompletion
|
|||
appearance = {
|
||||
nerd_font_variant = 'normal',
|
||||
},
|
||||
completion = {
|
||||
documentation = { auto_show = true },
|
||||
},
|
||||
sources = {
|
||||
-- add lazydev to your completion providers
|
||||
default = { 'lazydev', 'lsp', 'path', 'snippets', 'buffer' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue