Mercurial > dotfiles
changeset 457:06e6e2dde6cb
Disable <c-f> mapping of cmp which interferes with RSI's mapping
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Thu, 16 Sep 2021 18:51:17 +0200 |
parents | 6655485152c9 |
children | 0b2c942eb2c9 |
files | .chezmoitemplates/init.lua |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua Thu Sep 16 18:50:52 2021 +0200 +++ b/.chezmoitemplates/init.lua Thu Sep 16 18:51:17 2021 +0200 @@ -222,7 +222,6 @@ ['<C-p>'] = cmp.mapping.select_prev_item(), ['<C-n>'] = cmp.mapping.select_next_item(), ['<C-d>'] = cmp.mapping.scroll_docs(-4), - ['<C-f>'] = cmp.mapping.scroll_docs(4), ['<C-y>'] = cmp.mapping.complete(), ['<C-e>'] = cmp.mapping.close(), ['<CR>'] = cmp.mapping.confirm { @@ -287,6 +286,7 @@ config = function() require('goto-preview').setup {} end, + commit = '8093ded366e2e71e87f5e40da29994187c06fce1', } use { 'jose-elias-alvarez/null-ls.nvim', @@ -653,7 +653,7 @@ virtual_text = { severity_limit = 'Warning' }, }) - require "lsp_signature".on_attach() + -- require "lsp_signature".on_attach() end local capabilities = vim.lsp.protocol.make_client_capabilities()