# hello.nvim **Repository Path**: uchenily/hello.nvim ## Basic Information - **Project Name**: hello.nvim - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-02 - **Last Updated**: 2023-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 本地开发 临时将开发路径添加到lua运行时路径: ```shell ln -sf /path/to/hello.nvim/lua/hello /usr/share/lua/5.1/hello ``` nvim中通过命令模式执行: ```lua :lua require("hello").setup() ```