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

https://github.com/menurivera/nvim

Glorious neovim config files
https://github.com/menurivera/nvim

config-files lua nvim packer vim

Last synced: about 1 year ago
JSON representation

Glorious neovim config files

Awesome Lists containing this project

README

          

# Nvim config files
![screenshot](./assets/dashboard.png)
## Installation
1. Install [neovim](https://neovim.io)
2. Clone this repository inside ~/.config/
```sh
git clone https://github.com/menuRivera/nvim
```
3. Open nvim
```bash
nvim
```
4. Let everything install
5. Enjoy

## TODO
- [ ] Split buffer keymappings / configuration
- [ ] DAP configs
- [ ] Migrate to [blink.cmp?](https://github.com/Saghen/blink.cmp)
- [x] Migrate to [lazy.nvim](https://github.com/folke/lazy.nvim)
- [x] LSP
- [x] GitSigns
- [x] Toggle comments
- [x] Telescope
- [x] Formatting
- [x] Autocompletion

## Screenshots
![screenshot](./assets/editor.png)
![screenshot](./assets/explorer.png)
![screenshot](./assets/lazygit.png)
![screenshot](./assets/lsp.png)
![screenshot](./assets/cmp.png)
![screenshot](./assets/telescope.png)
![screenshot](./assets/telescope-2.png)