refactor(nvim): use hooks entry instead of callbacks for flatten

This commit is contained in:
Price Hiller 2025-01-01 21:26:03 -06:00
parent ae19ffc0d4
commit 05826f26d2
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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.