feat(nvim): word wrap and snap tree width to characters
This commit is contained in:
@@ -14,5 +14,5 @@ export const NvimEditor = (props: { source: string | undefined }) => {
|
||||
});
|
||||
}, [props.source]);
|
||||
|
||||
return <div className="h-full">{loading ? "Loading..." : data}</div>;
|
||||
return <p>{loading ? "Loading..." : data}</p>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user