An open API service indexing awesome lists of open source software.

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

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"
```