from-scratch rewrite #1

Merged
kenobi merged 54 commits from from-scratch into master 2025-06-26 08:53:34 +02:00
40 changed files with 803 additions and 760 deletions
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 = {
{