feat(nvim): word wrap and snap tree width to characters

This commit is contained in:
Pihkaal
2024-06-01 11:58:41 +02:00
parent 68b483f89c
commit cf2637d33e
5 changed files with 36 additions and 28 deletions

View File

@@ -85,7 +85,7 @@ export const Kitty = (props: {
ref={container}
>
<div
className="whitespace-pre"
className="whitespace-pre-wrap"
style={{ backdropFilter: "blur(2px)", width, height }}
>
<KittyProvider value={context}>{props.children}</KittyProvider>