From fb3c96d50d625db725940625120012c75afc17f6 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Fri, 14 Jun 2024 19:06:50 +0200 Subject: feat: Initial commit --- lua/gabrielgio/trouble.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lua/gabrielgio/trouble.lua (limited to 'lua/gabrielgio/trouble.lua') diff --git a/lua/gabrielgio/trouble.lua b/lua/gabrielgio/trouble.lua new file mode 100644 index 0000000..67c4938 --- /dev/null +++ b/lua/gabrielgio/trouble.lua @@ -0,0 +1,15 @@ +local trouble = require("trouble") + +trouble.setup{ + fold_open = "v", + fold_closed = ">", + signs = { + error = "error", + warning = "warn", + hint = "hint", + information = "info" + }, + indent_lines = false, + icons = false, + use_diagnostic_signs = false +} -- cgit v1.2.3