https://github.com/warbacon/nvim-config
:computer: My personal Neovim configuration
https://github.com/warbacon/nvim-config
neovim neovim-colorscheme neovim-config neovim-configuration neovim-dotfiles
Last synced: about 2 months ago
JSON representation
:computer: My personal Neovim configuration
- Host: GitHub
- URL: https://github.com/warbacon/nvim-config
- Owner: warbacon
- Created: 2023-10-25T10:17:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-14T20:30:51.000Z (about 2 months ago)
- Last Synced: 2026-04-14T22:23:43.188Z (about 2 months ago)
- Topics: neovim, neovim-colorscheme, neovim-config, neovim-configuration, neovim-dotfiles
- Language: Lua
- Homepage:
- Size: 891 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
⌨️ Miovim
From the Spanish word "mío", meaning "mine",
because this is my way of using Vim.
A no-nonsense Neovim setup for people who just want to sit down and code.
> [!WARNING]
> **Miovim** isn't compatible with **Neovim versions earlier than 0.12**. Make
> sure you are using the latest stable version.
## 🤨 Why Miovim?
**Miovim** is built to be simple.
If a piece of configuration is hard to understand or maintain, it doesn't belong
here. There are no clever tricks, no hidden abstractions, just a clean Neovim
setup that stays out of your way and lets you focus on writing code.
## 📦 Dependencies
Before using Miovim, make sure you have:
- A **C compiler**
- Any standard compiler on Linux/macOS
- **MSVC** on Windows
- [`tree-sitter`](https://github.com/tree-sitter/tree-sitter)
- `fzf`
- [`ripgrep`](https://github.com/BurntSushi/ripgrep) and
[`fd`](https://github.com/sharkdp/fd) (optional)
## 🛠️ Installation
### 🐧 Unix-like systems (Linux, macOS, WSL...)
```bash
git clone https://github.com/warbacon/nvim-config "$HOME/.config/nvim"
```
### 🪟 Windows
> [!IMPORTANT]
> Neovim runs slower on Windows. Using
> [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) is highly
> recommended.
```bash
git clone https://github.com/warbacon/nvim-config "$HOME\AppData\Local\nvim"
```