theonepath.nvim/after/plugin/trouble.lua
theonepath 853e6b7ee5
Added files
Added after/ and lua/ scripts
2023-04-20 14:42:48 +01:00

8 lines
159 B
Lua

local ok, trouble = pcall(require, 'trouble')
if not ok then
print("Looks like there was a little trouble...cus it's missing.")
return
end
trouble.setup {}