remove old completion config
This commit is contained in:
parent
d6c1fa669a
commit
bb552b1482
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
local utils = require('utils')
|
|
||||||
utils.opt('o', 'completeopt', 'menuone,noinsert,noselect')
|
|
||||||
vim.cmd [[set shortmess+=c]]
|
|
||||||
vim.g.completion_confirm_key = ""
|
|
||||||
vim.g.completion_matching_strategy_list = {'exact', 'substring', 'fuzzy'}
|
|
||||||
-- <Tab> to navigate the completion menu
|
|
||||||
utils.map('i', '<S-Tab>', 'pumvisible() ? "\\<C-p>" : "\\<Tab>"', {expr = true})
|
|
||||||
utils.map('i', '<Tab>', 'pumvisible() ? "\\<C-n>" : "\\<Tab>"', {expr = true})
|
|
Reference in a new issue