1
0
Fork 0
chezmoi/dot_config/nvim/lua/configs/trouble.lua
2022-11-14 09:40:48 +01:00

8 lines
81 B
Lua

local M = {}
function M.setup()
require('trouble').setup({
})
end
return M