1
0
Fork 0
dotfiles/config/nvim/plugins/trouble.fnl

4 lines
145 B
Plaintext
Raw Normal View History

2022-04-05 19:57:44 +00:00
(let [trouble (require :trouble)]
(trouble.setup {:action_keys {:previous :<Up> :next :<Down>}
:use_diagnostic_signs true}))