From 655fa4e6b95aea334ad6bce548a6c0ed95f451c6 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Thu, 11 Jul 2024 15:42:42 +0200 Subject: fix cmp icons and add autoclosing quickfix list --- lua/plugins/interface.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lua/plugins/interface.lua') diff --git a/lua/plugins/interface.lua b/lua/plugins/interface.lua index 44da0ed..693718f 100644 --- a/lua/plugins/interface.lua +++ b/lua/plugins/interface.lua @@ -63,4 +63,17 @@ return { }) end, }, + { + 'mei28/qfc.nvim', + event = { + 'BufReadPre', + 'BufNewFile' + }, + config = function() + require('qfc').setup({ + timeout = 10000, + autoclose = true, + }) + end + }, } -- cgit v1.2.3