Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sushiwaumai/nvim
Simple Neovim Configuration
https://github.com/sushiwaumai/nvim
lua neovim nvim nvim-configs packer vim
Last synced: 10 days ago
JSON representation
Simple Neovim Configuration
- Host: GitHub
- URL: https://github.com/sushiwaumai/nvim
- Owner: SushiWaUmai
- License: mit
- Created: 2022-03-02T15:05:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T12:42:05.000Z (over 1 year ago)
- Last Synced: 2024-11-08T00:56:43.565Z (2 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
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
![image](https://user-images.githubusercontent.com/54822569/236693345-25d1e3b9-e3fe-4913-b2d7-b489acbb7381.png)
## 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.