mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 00:45:17 -06:00
don't lazy load mini to stop flickering on load
This commit is contained in:
parent
ece2c1c694
commit
b937ff2f1f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
{
|
||||
'echasnovski/mini.nvim',
|
||||
event = 'VeryLazy',
|
||||
lazy = false,
|
||||
config = function()
|
||||
require('mini.ai').setup()
|
||||
require('mini.comment').setup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue