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

https://github.com/aceinetx/nvim

My neovim config
https://github.com/aceinetx/nvim

Last synced: 5 months ago
JSON representation

My neovim config

Awesome Lists containing this project

README

          

# My neovim config
## Installation:
```
git clone https://github.com/aceinetx/nvim ~/.config/nvim --recursive
```
## Features
- Telescope file browser (telescope-file-browser.nvim)
- Markdown renderer (render-markdown.nvim)
- A formatter for CXX (conform.nvim)
- Quick comments (Comment.nvim)
- LSP Suggestions (nvim-cmp)
- Yank animations (tiny-glimmer.nvim)
- 2 width indentation with tabs
- Completely disabled arrow keys
- Integrated terminal (toggleterm.nvim)
- Tree view of a project (nvim-tree)
## Supported languages' LSP's
- C/CXX
- C#
- Golang
- Rust