feat(nvim-status-bar): change message

This commit is contained in:
Pihkaal
2024-06-01 12:19:20 +02:00
parent cf2637d33e
commit 184278b8fb

View File

@@ -1 +1 @@
export const NvimInput = () => <div>input</div>;
export const NvimInput = () => <div>Welcome to my website!!</div>;