-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'setup-config' into breaking-setup-config
- Loading branch information
Showing
44 changed files
with
524 additions
and
595 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
local prefix = 'ksb_builtin_' | ||
|
||
return { | ||
configs = { | ||
[prefix .. 'last_cmd_output'] = function() | ||
return { | ||
kitty_get_text = { | ||
extent = 'last_cmd_output', | ||
ansi = true, | ||
}, | ||
} | ||
end, | ||
[prefix .. 'last_visited_cmd_output'] = function() | ||
return { | ||
kitty_get_text = { | ||
extent = 'last_visited_cmd_output', | ||
ansi = true, | ||
}, | ||
} | ||
end, | ||
[prefix .. 'checkhealth'] = function() | ||
return { | ||
checkhealth = true, | ||
} | ||
end, | ||
}, | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.