https://github.com/ugnmura/nvim
Simple Neovim Configuration
https://github.com/ugnmura/nvim
lua neovim nvim nvim-configs packer vim
Last synced: 2 months ago
JSON representation
Simple Neovim Configuration
- Host: GitHub
- URL: https://github.com/ugnmura/nvim
- Owner: ugnmura
- License: mit
- Created: 2022-03-02T15:05:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T12:42:05.000Z (about 3 years ago)
- Last Synced: 2025-10-04T02:50:17.026Z (9 months ago)
- Topics: lua, neovim, nvim, nvim-configs, packer, vim
- Language: Lua
- Homepage:
- Size: 224 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
███╗░░██╗███████╗░█████╗░██╗░░░██╗██╗███╗░░░███╗
████╗░██║██╔════╝██╔══██╗██║░░░██║██║████╗░████║
██╔██╗██║█████╗░░██║░░██║╚██╗░██╔╝██║██╔████╔██║
██║╚████║██╔══╝░░██║░░██║░╚████╔╝░██║██║╚██╔╝██║
██║░╚███║███████╗╚█████╔╝░░╚██╔╝░░██║██║░╚═╝░██║
╚═╝░░╚══╝╚══════╝░╚════╝░░░░╚═╝░░░╚═╝╚═╝░░░░░╚═╝
My personal [Neovim](https://neovim.io/) Configuration
## NOTE: This project has been abandoned, please use https://github.com/SushiWaUmai/nvchad-config instead

## Getting Started
Clone the repo
```bash
# On Linux
git clone https://github.com/SushiWaUmai/nvim.git ~/.config/nvim
# On Windows
git clone https://github.com/SushiWaUmai/nvim.git %localappdata%/nvim
```
Use Alpha or
```vim
:Lazy
```
to install all plugins.
## Setup
### Wakatime
Use the API key from [here](https://wakatime.com/api-key)
## References
- [ChristianChiarulli's nvim config](https://github.com/ChristianChiarulli/nvim)
- [LazyVim](https://github.com/LazyVim/LazyVim/)
## License
This project is [MIT](./LICENSE) licensed.