Skip to content

bruhtus/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 

Repository files navigation

One-file Version of Bruhtus' Vim Config

This repo is for one-file vim configuration or vimrc. The benefits of using one-file vim config:

  • Only need to download one file.
  • Not have dependency problem (because only one file).
  • Can be used without colorscheme (only default mappings and options, use ColorsOn command to download and apply colorscheme).
  • Can be used without plugin (only default mappings and options, use PlugOn command to install the plugin).

The Difference

  • Using vim-plug instead of minpac as plugin manager for simplicity (one file rather than one git repo).
  • Only have 10 plugins rather than 20+ plugins.
  • Only have around 600 lines rather than 1000+ lines.
  • Not gonna change much (static version).