mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -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 {
|
return {
|
||||||
{
|
{
|
||||||
'echasnovski/mini.nvim',
|
'echasnovski/mini.nvim',
|
||||||
event = 'VeryLazy',
|
lazy = false,
|
||||||
config = function()
|
config = function()
|
||||||
require('mini.ai').setup()
|
require('mini.ai').setup()
|
||||||
require('mini.comment').setup()
|
require('mini.comment').setup()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue