https://github.com/aceinetx/nvim
My neovim config
https://github.com/aceinetx/nvim
Last synced: 5 months ago
JSON representation
My neovim config
- Host: GitHub
- URL: https://github.com/aceinetx/nvim
- Owner: aceinetx
- License: mit
- Created: 2025-03-25T18:07:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T18:55:51.000Z (about 1 year ago)
- Last Synced: 2025-04-21T19:47:56.465Z (about 1 year ago)
- Language: Vim Script
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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