diff .chezmoitemplates/init.lua @ 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 f65e3507e10b
children 43262db8ecf6
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()