Skip to content

mino29/minimal_vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a minimal Vim/Neovim configuration in just one file without external dependencies. The purpose is to provide a light-weight and ready-to-use Vim config for quick editing.

The config is tested in Vim 9 and Nvim 0.8.0.

Feature

It's just blazingly fast(80ms startup time) with all the sane starter configs.

  • A Timelss Theme: Tokyo Night
  • As builtin status line
  • Some reasonable autocommands
  • No extra dependencies
  • Cross-platform compatible(vim/neovim, mac/linux/windows)
  • (no autocomplete or autoformat or lsp, for obvious reasons)

How to use

🐧 On Unix(mac or linux) systems

For Neovim/Vim

mkdir -p ~/.config/nvim && cd ~/.config/nvim
git clone https://github.com/mino29/minimal_vim.git .
cp .vimrc $home/.vimrc

⏹ On Windows

For Neovim/Vim

One line Install

Invoke-WebRequest https://raw.githubusercontent.com/mino29/minimal_vim/master/utils/install.ps1 -UseBasicParsing | Invoke-Expression

About

A minimal Vim/Nvim configuration in just one file without external dependencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 97.5%
  • Shell 1.6%
  • PowerShell 0.9%