from-scratch rewrite #1

Merged
kenobi merged 54 commits from from-scratch into master 2025-06-26 08:53:34 +02:00
41 changed files with 869 additions and 741 deletions
Showing only changes of commit 8cd716f592 - Show all commits

View File

@ -1,7 +1,12 @@
return {
"ibhagwan/fzf-lua",
dependencies = { "echasnovski/mini.icons" },
opts = {},
opts = {
winopts={
height = 0.85,
width = 0.95,
}
},
keys = {
{ "<leader>ff", function() require('fzf-lua').files() end, desc="Find Files in current dir"},
{ "<leader>fb", function() require('fzf-lua').buffers() end, desc="Find open buffers"},