Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 739 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 739 Bytes

nvimconf

Configuration for my Neovim

Speed

hyperfine 'nvim +q'

Benchmark 1: nvim +q
  Time (mean ± σ):      26.2 ms ±   0.5 ms    [User: 16.6 ms, System: 7.6 ms]
  Range (min … max):    25.2 ms …  27.5 ms    102 runs

hyperfine 'nvim --clean +q'

Benchmark 1: nvim --clean +q
  Time (mean ± σ):      14.2 ms ±   0.5 ms    [User: 9.0 ms, System: 4.8 ms]
  Range (min … max):    13.3 ms …  15.9 ms    173 runs

Acknowledgements