aboutsummaryrefslogtreecommitdiff
path: root/lua/gabrielgio/trouble.lua
blob: 67c4938e4d7a46e2a3afefe54e5147f311c79ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}