nvimrc: update nvim-cmp configuration

This commit is contained in:
Rob Watson 2022-02-14 18:08:31 +01:00
parent c1fd954a88
commit 9bd831c194
1 changed files with 3 additions and 1 deletions

4
nvimrc
View File

@ -652,8 +652,10 @@ lua <<EOF
function(...) return cmp_buffer:compare_locality(...) end,
}
},
view = {
entries = 'native',
},
experimental = {
native_menu = true,
ghost_text = true,
},
})