feat: configure blink.cmp
This commit is contained in:
parent
01a7ce066a
commit
5119403850
6 changed files with 57 additions and 4 deletions
|
|
@ -2,4 +2,18 @@ return {
|
|||
'mrcjkb/rustaceanvim',
|
||||
version = '^8',
|
||||
lazy = false,
|
||||
init = function()
|
||||
vim.g.rustaceamvim = {
|
||||
server = {
|
||||
settings = {
|
||||
['rust-analyzer'] = {
|
||||
completion = {
|
||||
postfix = { enable = true },
|
||||
autoimport = { enable = true },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue