https://github.com/henryhchchc/nvimrc
My Neovim configurations
https://github.com/henryhchchc/nvimrc
lua neovim nvim
Last synced: 5 months ago
JSON representation
My Neovim configurations
- Host: GitHub
- URL: https://github.com/henryhchchc/nvimrc
- Owner: henryhchchc
- License: mit
- Created: 2022-04-17T03:09:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T02:42:07.000Z (9 months ago)
- Last Synced: 2025-05-10T03:41:03.156Z (9 months ago)
- Topics: lua, neovim, nvim
- Language: Lua
- Homepage: https://aka.henryhc.net/nvimrc
- Size: 155 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Neovim Configuration
## Usage
Create a symbolic link in the Neovim configuration directory to this repository as follows.
Let's assume that `pwd` is the directory where you clone this repository.
```bash
mkdir -p ~/.config/nvim
ln -sf "$(pwd)/init.lua" ~/.config/nvim/init.lua
ln -sf "$(pwd)/lua" ~/.config/nvim/lua
ln -sf "$(pwd)/rocks.toml" ~/.config/nvim/rocks.toml
ln -sf "$(pwd)/rocks-treesitter.toml" ~/.config/nvim/rocks-treesitter.toml
```
Install `luarocks` with your system package manager.
Start `nvim` and follow the on-screen instructions.