nvimrc: update nvim-cmp configuration
This commit is contained in:
parent
c1fd954a88
commit
9bd831c194
4
nvimrc
4
nvimrc
|
@ -652,8 +652,10 @@ lua <<EOF
|
||||||
function(...) return cmp_buffer:compare_locality(...) end,
|
function(...) return cmp_buffer:compare_locality(...) end,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
view = {
|
||||||
|
entries = 'native',
|
||||||
|
},
|
||||||
experimental = {
|
experimental = {
|
||||||
native_menu = true,
|
|
||||||
ghost_text = true,
|
ghost_text = true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue