Skip to content

Triangulation5/.vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

vimrc


It begins with a simple desire: a text editor that starts instantly, works everywhere, and survives a fresh install. This is the result.

A single-file .vimrc built around native Vim functionality, sensible defaults, and long-term portability.

Philosophy

  • One file.
  • No framework.
  • No plugin dependency chain.
  • Fast startup.
  • SSH-friendly.
  • Native Vim over ecosystem complexity.

Features

  • Relative line numbers
  • Smart search defaults
  • Ripgrep integration
  • Persistent cursor restoration
  • Built-in file browsing with netrw
  • Simple leader-key workflow
  • True-color terminal support

Installation

git clone https://github.com/Triangulation5/.vimrc
cp vimrc ~/.vimrc

Dependencies

Optional:

  • rg (ripgrep) for project-wide searching
  • gruber-darker or sometimes vague colorscheme (custom set colorscheme see the description of this commit hash 90dba6e)

Everything else is built into Vim.

License

MIT

Releases

No releases published

Packages

 
 
 

Contributors