update
This commit is contained in:
parent
46ecffdb0b
commit
d6623cb276
3 changed files with 41 additions and 37 deletions
home/common/nvim
|
@ -60,12 +60,15 @@ require 'blink-cmp'.setup({
|
|||
window = { border = 'rounded', },
|
||||
},
|
||||
|
||||
cmdline = {
|
||||
sources = {},
|
||||
},
|
||||
|
||||
sources = {
|
||||
default = {
|
||||
'lsp',
|
||||
'emoji',
|
||||
},
|
||||
cmdline = {},
|
||||
providers = {
|
||||
emoji = {
|
||||
module = "blink-emoji",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue