1

Refresh generated nvim config

This commit is contained in:
2024-06-03 21:11:20 +02:00
parent fd506d4921
commit 50723ef645
2114 changed files with 84528 additions and 44473 deletions

View File

@ -1,9 +0,0 @@
-- Avoid hit-enter-prompt
vim.o.cmdheight = 2
-- Avoid storing unnecessary data (also sometimes avoid hit-enter-prompt)
vim.o.swapfile = false
vim.cmd('set rtp+=.')
_G.n_event = 0
vim.cmd('autocmd User MiniStarterOpened lua _G.n_event = _G.n_event + 1')
require('mini.starter').setup({ autoopen = true })