From 26a0660f278d78e049364e69f4ebaa39e8cf1116 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 9 May 2024 15:14:34 -0400 Subject: trouble --- lua/cshift/plugins/init.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'lua/cshift/plugins/init.lua') diff --git a/lua/cshift/plugins/init.lua b/lua/cshift/plugins/init.lua index e85aff2..9ca8f14 100644 --- a/lua/cshift/plugins/init.lua +++ b/lua/cshift/plugins/init.lua @@ -13,5 +13,20 @@ return { vim.cmd.colorscheme("tender") end }, + { + "folke/trouble.nvim", + dependencies = { "nvim-tree/nvim-web-devicons" }, + opts = { + position = "right", + signs = { + -- icons / text used for a diagnostic + error = "", + warning = "", + hint = "", + information = "", + other = "", + }, + }, + }, } -- cgit v1.2.3