https://github.com/tokiory/neovim-config
My neovim configuration
https://github.com/tokiory/neovim-config
Last synced: over 1 year ago
JSON representation
My neovim configuration
- Host: GitHub
- URL: https://github.com/tokiory/neovim-config
- Owner: tokiory
- License: mit
- Created: 2024-02-03T21:53:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T08:29:43.000Z (about 2 years ago)
- Last Synced: 2024-11-17T02:33:57.804Z (over 1 year ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My personal neovim configuration :)
## Use it
You can use this template with the following command:
```bash
[ -d $HOME/.config/nvim ] && mv $HOME/.config/{nvim,nvim.old}; \
git clone https://github.com/tokiory/neovim-config
```