feat: basic nvim setup and other partially working stuff

This commit is contained in:
2024-01-26 16:49:00 +01:00
parent 18239963dd
commit 0275a24b1f
9 changed files with 121 additions and 6 deletions

View File

@@ -38,6 +38,8 @@ export const Terminal = (props: {
calculateSize();
setTimeout(() => calculateSize(), 1);
window.addEventListener("resize", calculateSize);
return () => {