from-scratch rewrite #1

Open
kenobi wants to merge 50 commits from from-scratch into master
Showing only changes of commit 7dd8871a48 - Show all commits

View File

@ -1,11 +1,11 @@
return {
"folke/trouble.nvim",
config = function()
require("trouble").setup({})
init = function()
local config = require("fzf-lua.config")
local actions = require("trouble.sources.fzf").actions
config.defaults.actions.files["ctrl-t"] = actions.open
end,
opts={},
cmd = "Trouble",
keys = {
{