local options = { -- Turn off autocompletion (manual still works (<C-Space>)) completion = { autocomplete = false, }, } require("cmp").setup(options)