feat(nvim): navigate to file and open in editor
This commit is contained in:
@@ -1 +1,3 @@
|
||||
export const NvimEditor = () => <div className="h-full">editor</div>;
|
||||
export const NvimEditor = (props: { data: string }) => (
|
||||
<div className="h-full">{props.data}</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user