Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.