https://github.com/nangazaki/nvim-setup
Neovim setup for a modern, fast, and IDE-like experience.
https://github.com/nangazaki/nvim-setup
neovim neovim-dotfiles neovim-plugin vim
Last synced: 2 months ago
JSON representation
Neovim setup for a modern, fast, and IDE-like experience.
- Host: GitHub
- URL: https://github.com/nangazaki/nvim-setup
- Owner: nangazaki
- Created: 2025-09-09T22:06:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-10T09:14:26.000Z (10 months ago)
- Last Synced: 2025-09-26T01:51:29.614Z (9 months ago)
- Topics: neovim, neovim-dotfiles, neovim-plugin, vim
- Language: Lua
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💤 My Neovim Config
This is my personal Neovim configuration built with [lazy.nvim](https://github.com/folke/lazy.nvim).
It focuses on **productivity**, **aesthetics**, and **powerful autocomplete**.
---
## ✨ Features
- 🚀 Fast startup with `lazy.nvim`
- 🎨 Beautiful UI with `lualine` + `bufferline`
- 🔮 Autocomplete powered by:
- `nvim-cmp`
- `LuaSnip`
- `Codeium` (AI suggestions)
- `lspkind` for icons
- 🔧 Built-in LSP support
- 📦 Preconfigured snippets
---
## 📦 Installation
Clone the repository into your Neovim config folder:
```bash
git clone https://github.com/nangazaki/nvim-setup.git ~/.config/nvim