Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.42 KB

File metadata and controls

55 lines (40 loc) · 1.42 KB

⌨️ 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
  • fzf
  • ripgrep and fd (optional)

🛠️ Installation

🐧 Unix-like systems (Linux, macOS, WSL...)

git clone https://github.com/warbacon/nvim-config "$HOME/.config/nvim"

🪟 Windows

Important

Neovim runs slower on Windows. Using WSL is highly recommended.

git clone https://github.com/warbacon/nvim-config "$HOME\AppData\Local\nvim"