feat(nvim): implement basic layout

This commit is contained in:
2024-05-30 15:44:49 +02:00
parent 6a38b3a41e
commit 9a5cd07c80
9 changed files with 66 additions and 13 deletions

View File

@@ -0,0 +1 @@
export const NvimInput = () => <div>input</div>;