fix config not working in other dirs. whoops
This commit is contained in:
11
lua/core/overrides/trouble.lua
Normal file
11
lua/core/overrides/trouble.lua
Normal file
@ -0,0 +1,11 @@
|
||||
require("trouble").setup {
|
||||
icons = false,
|
||||
fold_open = "v",
|
||||
fold_closed = ">",
|
||||
signs = {
|
||||
error = "[x]",
|
||||
warning = "[!]",
|
||||
hint = "[?]",
|
||||
information = "[i]"
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user