diff .chezmoitemplates/init.lua @ 653:40d77e69a46e

remove cmp-cmdline-history: too many non-useful hits
author zegervdv <zegervdv@me.com>
date Fri, 23 Sep 2022 06:44:03 +0000
parents cc06db32b946
children a56cc75911b0
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua	Fri Sep 23 06:38:42 2022 +0000
+++ b/.chezmoitemplates/init.lua	Fri Sep 23 06:44:03 2022 +0000
@@ -273,7 +273,6 @@
       'hrsh7th/cmp-path',
       'hrsh7th/cmp-cmdline',
       'hrsh7th/cmp-nvim-lsp-signature-help',
-      'dmitmel/cmp-cmdline-history',
     },
     config = function()
       local cmp = require 'cmp'
@@ -319,7 +318,6 @@
         sources = cmp.config.sources({
           { name = 'path' },
         }, {
-          { name = 'cmdline_history', keyword_length = 4 },
           { name = 'cmdline', keyword_length = 4 },
         }),
       })