From 05826f26d2ffcbd864950c532b807a478a8ecf0c Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 1 Jan 2025 21:26:03 -0600 Subject: [PATCH] refactor(nvim): use `hooks` entry instead of `callbacks` for flatten --- users/price/dots/.config/nvim/lua/plugins/configs/flatten.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/price/dots/.config/nvim/lua/plugins/configs/flatten.lua b/users/price/dots/.config/nvim/lua/plugins/configs/flatten.lua index afa1d75e..1b1643ae 100644 --- a/users/price/dots/.config/nvim/lua/plugins/configs/flatten.lua +++ b/users/price/dots/.config/nvim/lua/plugins/configs/flatten.lua @@ -14,7 +14,7 @@ return { wezterm = false, kitty = false, }, - callbacks = { + hooks = { should_block = function(argv) -- Note that argv contains all the parts of the CLI command, including -- Neovim's path, commands, options and files.