1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-06-29 12:37:25 +00:00
dotfiles/.config/nvim/lua/user/trouble.lua

7 lines
106 B
Lua

local status_ok, trouble = pcall(require, "trouble")
if not status_ok then
return
end
trouble.setup({})