chore(nvim): update mini.nvim to use the new repo

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-09-25 17:52:16 +03:00
parent 0a2b0b8a45
commit e9bd3708fa

View File

@@ -2,14 +2,14 @@ return {
-- Library of 40+ independent Lua modules improving overall Neovim -- Library of 40+ independent Lua modules improving overall Neovim
-- (version 0.8 and higher) experience with minimal effort -- (version 0.8 and higher) experience with minimal effort
-- --
-- https://github.com/echasnovski/mini.nvim -- https://github.com/nvim-mini/mini.nvim
-- https://github.com/echasnovski/mini.nvim/tree/main?tab=readme-ov-file#modules -- https://github.com/nvim-mini/mini.nvim?tab=readme-ov-file#modules
-- --
-- YouTube: Text editing with 'mini.nvim' - Neovimconf 2024 - Evgeni Chasnovski -- YouTube: Text editing with 'mini.nvim' - Neovimconf 2024 - Evgeni Chasnovski
-- https://www.youtube.com/watch?v=cNK5kYJ7mrs -- https://www.youtube.com/watch?v=cNK5kYJ7mrs
{ {
'echasnovski/mini.nvim', 'nvim-mini/mini.nvim',
version = '*', version = false,
priority = 1001, priority = 1001,
config = function() config = function()
-- ╭─────────────────────────────────────────────────────────╮ -- ╭─────────────────────────────────────────────────────────╮
@@ -21,7 +21,7 @@ return {
-- - va) - [V]isually select [A]round [)]paren -- - va) - [V]isually select [A]round [)]paren
-- - yinq - [Y]ank [I]nside [N]ext [Q]uote -- - yinq - [Y]ank [I]nside [N]ext [Q]uote
-- - ci' - [C]hange [I]nside [']quote -- - ci' - [C]hange [I]nside [']quote
require('mini.ai').setup { n_lines = 500 } require('mini.ai').setup { n_lines = 750 }
-- Comment lines -- Comment lines
require('mini.comment').setup() require('mini.comment').setup()