https://github.com/andev0x/nvim-dotfiles
This is my personal Neovim configuration, built with a focus on modern development features and a clean, efficient workflow.
https://github.com/andev0x/nvim-dotfiles
lazyvim lua nvim
Last synced: 9 months ago
JSON representation
This is my personal Neovim configuration, built with a focus on modern development features and a clean, efficient workflow.
- Host: GitHub
- URL: https://github.com/andev0x/nvim-dotfiles
- Owner: andev0x
- License: other
- Created: 2025-05-18T03:17:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-09T02:52:09.000Z (9 months ago)
- Last Synced: 2025-07-09T03:37:43.355Z (9 months ago)
- Topics: lazyvim, lua, nvim
- Language: Lua
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neovim Configuration
This is my personal Neovim configuration, built with a focus on modern development features and a clean, efficient workflow.
----
# nvim-dotfiles by andev0x
[](LICENSE) [](https://neovim.io/) [](https://andev0x.github.io/)
## Features
- 🎨 Modern UI with custom theme
- 📦 Plugin management with lazy.nvim
- 🔍 Advanced search with Telescope
- 🧩 LSP support for multiple languages
- 🐛 Debugging capabilities with nvim-dap
- 📝 Enhanced editing with Treesitter
- 🎯 Language-specific configurations for:
- Go
- Rust
- C/C++
- Python
- Sql
## Requirements
- Neovim 0.9.0 or higher
- Git
- A Nerd Font (for icons)
## Installation
1. Clone this repository:
```bash
git clone https://github.com/andev0x/nvim-dotfiles.git ~/.config/nvim
```
2. Start Neovim and let the plugins install:
```bash
nvim
```
## Structure
```
~/.config/nvim/
├── init.lua # Main entry point
├── lua/
│ └── anvndev/ # Main configuration directory
│ ├── core/ # Core settings
│ ├── plugins/ # Plugin configurations
│ └── utils/ # Utility functions
└── after/ # After directory for overrides
```
## Key Features
- **Plugin Management**: Uses lazy.nvim for efficient plugin loading
- **LSP Integration**: Full language server protocol support
- **Debugging**: Integrated debugging with nvim-dap
- **File Navigation**: Enhanced file tree and fuzzy finding
- **Git Integration**: Git workflow improvements
- **Code Completion**: Intelligent code completion and snippets
## License
MIT [License](LICENSE)