more lua style

This commit is contained in:
2022-04-02 00:12:49 +02:00
parent ab1de6c1de
commit 2425d5f29d
3 changed files with 2 additions and 4 deletions

View File

@@ -68,4 +68,3 @@ utils.map('n', '<C-w>', ':bd<CR>')
-- <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 })