diff --git a/README.md b/README.md index d85c536..3800d48 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Readme! Concept ==================== -- No flicker (Sorry. Now, nvim-cmp requires `set lazyredraw` for reducing flickers.) +- No flicker - Works properly - Fully customizable via Lua functions - Fully supported LSP's Completion capabilities @@ -61,7 +61,6 @@ Plug 'hrsh7th/vim-vsnip' call plug#end() set completeopt=menu,menuone,noselect -set lazyredraw lua <U', count))) - table.insert(keys, keymap.t(string.rep('', count))) + table.insert(keys, keymap.t('set backspace=')) + table.insert(keys, keymap.t(string.rep('', count))) + table.insert(keys, keymap.t(('set backspace=%s'):format(vim.o.backspace))) return table.concat(keys, '') end