mirror of
https://github.com/cap153/nvim.git
synced 2025-12-26 19:25:01 +08:00
调整sources优先级
This commit is contained in:
parent
a36287d559
commit
04a6c1a384
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ return {
|
|||
-- score_offset设置优先级数字越大优先级越高
|
||||
buffer = { score_offset = 4 },
|
||||
path = { score_offset = 3 },
|
||||
snippets = { score_offset = 2 },
|
||||
lsp = { score_offset = 1 },
|
||||
lsp = { score_offset = 2 },
|
||||
snippets = { score_offset = 1 },
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue