From 3abc8e1dce82c920da473b3ea0d4b207907ffe58 Mon Sep 17 00:00:00 2001 From: Julien Lin Date: Wed, 9 Oct 2024 16:53:08 +0200 Subject: [PATCH] enable trouble.nvim --- lua/plugins/example.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/example.lua b/lua/plugins/example.lua index fb0f2e4..993f65b 100644 --- a/lua/plugins/example.lua +++ b/lua/plugins/example.lua @@ -28,7 +28,7 @@ return { }, -- disable trouble - { "folke/trouble.nvim", enabled = false }, + { "folke/trouble.nvim", enabled = true }, -- override nvim-cmp and add cmp-emoji {