summaryrefslogtreecommitdiffstats
path: root/lua/core/overrides/trouble.lua
blob: eabbd7e3010820715d11af2b168ca468e2974409 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
require("trouble").setup {
  icons = false,
  fold_open = "v",
  fold_closed = ">",
  signs = {
    error = "[x]",
    warning = "[!]",
    hint = "[?]",
    information = "[i]"
  },
}