refactor(nvim): use hooks
entry instead of callbacks
for flatten
This commit is contained in:
parent
ae19ffc0d4
commit
05826f26d2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user