refactor(nvim): allow multiple nvim instances in wezterm & kitty
This commit is contained in:
parent
dda4869439
commit
a0ff849551
@ -10,6 +10,10 @@ return {
|
|||||||
window = {
|
window = {
|
||||||
open = "alternate"
|
open = "alternate"
|
||||||
},
|
},
|
||||||
|
one_per = {
|
||||||
|
wezterm = false,
|
||||||
|
kitty = false
|
||||||
|
},
|
||||||
callbacks = {
|
callbacks = {
|
||||||
should_block = function(argv)
|
should_block = function(argv)
|
||||||
-- Note that argv contains all the parts of the CLI command, including
|
-- Note that argv contains all the parts of the CLI command, including
|
||||||
|
Loading…
Reference in New Issue
Block a user