1

Update generated nvim config

This commit is contained in:
2024-06-05 22:05:42 +02:00
parent 859ee3a2ba
commit 075fe5f587
1292 changed files with 152601 additions and 0 deletions

View File

@ -0,0 +1,16 @@
MYVIM ?= nvim --clean --headless
INMAKE := 1
export INMAKE
ifeq (, $(shell which hyperfine))
.DEFAULT_GOAL := time
endif
.PHONY: hyperfine time
hyperfine:
@hyperfine --min-runs 3 '$(MYVIM) -u test.vim'
time:
@bash -c 'time $(MYVIM) -u test.vim'

View File

@ -0,0 +1,23 @@
set nocompatible
set runtimepath^=../..
set runtimepath+=../../after
filetype plugin indent on
syntax enable
nnoremap q :qall!<cr>
silent edit thesis.tex
" call vimtex#profile#start()
silent normal! gg=G
" call vimtex#profile#stop()
quit!
" Reported timings
" 2019-10-06 @ lotti
" Time (mean ± σ): 1.717 s ± 0.041 s [User: 1.703 s, System: 0.013 s]
" Range (min … max): 1.681 s … 1.762 s 3 runs
" 2019-10-22 @ lotti
" Time (mean ± σ): 1.679 s ± 0.005 s [User: 1.670 s, System: 0.007 s]
" Range (min … max): 1.674 s … 1.683 s 3 runs

File diff suppressed because it is too large Load Diff