Add lspinstall, fix completion
This commit is contained in:
parent
4a6bd800d6
commit
4361204e18
4 changed files with 109 additions and 36 deletions
|
@ -15,8 +15,6 @@ map('n', '<C-g>', '<cmd>Rg<CR>')
|
|||
-- Navigate completions with tab and shift tab
|
||||
map('i', '<S-Tab>', 'pumvisible() ? "\\<C-p>" : "\\<Tab>"', {expr = true})
|
||||
map('i', '<Tab>', 'pumvisible() ? "\\<C-n>" : "\\<Tab>"', {expr = true})
|
||||
-- Trigger completion
|
||||
map('i', '<C-SPACE>', '<Plug>(completion_trigger)', {silent = true, expr = true})
|
||||
|
||||
-- Navigate between buffers
|
||||
map('n', '<C-N>', ':bn<CR>', {silent = true})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue