https://github.com/andreakinder/kinder.vim
Neovim configuration for the Kinder.Dots repository (Arch Linux customization project)
https://github.com/andreakinder/kinder.vim
archlinux nvim
Last synced: 3 months ago
JSON representation
Neovim configuration for the Kinder.Dots repository (Arch Linux customization project)
- Host: GitHub
- URL: https://github.com/andreakinder/kinder.vim
- Owner: AndreaKinder
- License: mit
- Created: 2024-10-07T11:31:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T07:31:57.000Z (about 1 year ago)
- Last Synced: 2025-03-10T08:28:55.630Z (about 1 year ago)
- Topics: archlinux, nvim
- Language: Lua
- Homepage: https://andreavillar.tech
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE
Awesome Lists containing this project
README
# Kinder.Vim
This is my personal Neovim configuration, designed to be a powerful and productive code editor. Originally created for my [Arch Linux setup](https://github.com/AndreaKinder/ArchKinder.Dots), it is now my primary configuration for software development.


## Features
- **Fast and Lightweight:** Optimized for performance.
- **Modern UI:** Clean and aesthetic interface with `tokyonight` theme.
- **Full LSP Support:** Autocompletion, diagnostics, and formatting.
- **AI Integration:** GitHub Copilot and Gemini support.
- **Easy Customization:** Modular structure powered by `lazy.nvim`.
## Prerequisites
- **Neovim:** Version 0.9 or higher.
- **Git:** For plugin management.
- **Nerd Font:** [Iosevka Nerd Font](https://www.nerdfonts.com/font-downloads) is recommended for proper icon display.
- **Plugin Dependencies:** Ensure you have the necessary requirements for the `mason.nvim` plugins installed.
## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/AndreaKinder/Kinder.Vim.git ~/.config/nvim
```
2. **Start Neovim:**
```bash
nvim
```
`lazy.nvim` will be installed automatically and will manage the plugins on the first startup.
## Documentation
For more detailed documentation on the project structure, plugins, and configurations, please see the [full documentation here](./docs/en/index.md).
## Contributions
Contributions are welcome. If you have any suggestions or improvements, feel free to open a *Pull Request*.