From e308de510afeed59d3ff3f81790f5d6abcdebfe8 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 20 Jun 2024 23:10:07 +0200 Subject: [PATCH] added cmd history to cmp again --- lua/plugins/cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index 24b888f..13d3cb0 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -173,7 +173,7 @@ return { mapping = cmp.mapping.preset.cmdline(), sources = cmp.config.sources({ { name = 'cmdline' }, - -- { name = 'cmdline_history' }, + { name = 'cmdline_history' }, { name = 'path' }, { name = 'buffer' }, }),