Skip to content

Instantly share code, notes, and snippets.

View dpi0's full-sized avatar
🌲
being better

divyansh dpi0

🌲
being better
View GitHub Profile
@dpi0
dpi0 / fzf.lua
Last active November 24, 2025 13:24
Fzf-lua Neovim configuration
return {
'ibhagwan/fzf-lua',
dependencies = { 'nvim-tree/nvim-web-devicons' },
event = 'VeryLazy',
config = function()
local actions = require('fzf-lua').actions
-- Helper function to create horizontal layout
local function with_horizontal_layout(fzf_func, opts)
return function()
local config = vim.tbl_deep_extend('force', opts or {}, {