Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/astrocommunity/color/mini-hipatterns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Neovim Lua plugin to highlight patterns in text. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.hipatterns>
**Repository:** <https://github.com/nvim-mini/mini.hipatterns>
2 changes: 1 addition & 1 deletion lua/astrocommunity/color/mini-hipatterns/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"echasnovski/mini.hipatterns",
"nvim-mini/mini.hipatterns",
event = "User AstroFile",
opts = {},
specs = {
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/colorscheme/mini-base16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Neovim Lua plugin for Base16 colorscheme creation. Part of 'mini.nvim' library.

**Repository:** <<https://github.com/echasnovski/mini.base16>>
**Repository:** <<https://github.com/nvim-mini/mini.base16>>
2 changes: 1 addition & 1 deletion lua/astrocommunity/colorscheme/mini-base16/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"echasnovski/mini.base16",
"nvim-mini/mini.base16",
lazy = true,
specs = {
{
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/comment/mini-comment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Neovim Lua plugin for fast and familiar per-line commenting. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.comment>
**Repository:** <https://github.com/nvim-mini/mini.comment>
2 changes: 1 addition & 1 deletion lua/astrocommunity/comment/mini-comment/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"echasnovski/mini.comment",
"nvim-mini/mini.comment",
dependencies = { "JoosepAlviste/nvim-ts-context-commentstring", opts = { enable_autocmd = false } },
event = "User AstroFile",
opts = {
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/completion/codeium-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ return {
end,
},
{
"echasnovski/mini.icons",
"nvim-mini/mini.icons",
optional = true,
-- Adds icon for codeium using mini.icons
opts = function(_, opts)
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/completion/copilot-cmp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ return {
end,
},
{
"echasnovski/mini.icons",
"nvim-mini/mini.icons",
optional = true,
-- Adds icon for copilot using mini.icons
opts = function(_, opts)
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/completion/mini-completion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Neovim Lua plugin for completion and signature help. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.completion>
**Repository:** <https://github.com/nvim-mini/mini.completion>
2 changes: 1 addition & 1 deletion lua/astrocommunity/completion/mini-completion/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"echasnovski/mini.completion",
"nvim-mini/mini.completion",
lazy = false,
opts = {},
specs = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Text edit operators. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.operators>
**Repository:** <https://github.com/nvim-mini/mini.operators>
2 changes: 1 addition & 1 deletion lua/astrocommunity/editing-support/mini-operators/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---@type LazySpec
return {
"echasnovski/mini.operators",
"nvim-mini/mini.operators",
keys = function(_, keys)
local plugin = require("lazy.core.config").spec.plugins["mini.operators"]
local opts = require("lazy.core.plugin").values(plugin, "opts", false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Neovim Lua plugin to split and join arguments. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.splitjoin>
**Repository:** <https://github.com/nvim-mini/mini.splitjoin>
2 changes: 1 addition & 1 deletion lua/astrocommunity/editing-support/mini-splitjoin/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"echasnovski/mini.splitjoin",
"nvim-mini/mini.splitjoin",
event = "User AstroFile",
opts = {},
specs = {
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/editing-support/zen-mode-nvim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

Disables diagnostics, indentation, and winbar when entering Zen Mode.

Optionally disables [mini.indentscope](https://github.com/echasnovski/mini.indentscope) and offscreen matchups for [vim-matchup](https://github.com/andymass/vim-matchup), if installed.
Optionally disables [mini.indentscope](https://github.com/nvim-mini/mini.indentscope) and offscreen matchups for [vim-matchup](https://github.com/andymass/vim-matchup), if installed.

**Repository:** <https://github.com/folke/zen-mode.nvim>
2 changes: 1 addition & 1 deletion lua/astrocommunity/file-explorer/fyler-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
return {
"A7Lavinraj/fyler.nvim",
dependencies = {
"echasnovski/mini.icons",
"nvim-mini/mini.icons",
{
"AstroNvim/astrocore",
opts = function(_, opts)
Expand Down
4 changes: 2 additions & 2 deletions lua/astrocommunity/file-explorer/mini-files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
Neovim Lua plugin to navigate and manipulate file system. Part of mini.nvim library

For any issues that's causes by `mini.nvim` itself, please report those here:
https://github.com/echasnovski/mini.nvim/issues/377
https://github.com/nvim-mini/mini.nvim/issues/377

**Repository:** <https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-files.md>
**Repository:** <https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-files.md>


Navigate and manipulate file system
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/file-explorer/mini-files/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local function map_split(buf_id, lhs, direction, close_on_file)
end

return {
"echasnovski/mini.files",
"nvim-mini/mini.files",
dependencies = {
{
"AstroNvim/astrocore",
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/git/mini-diff/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Work with diff hunks. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.diff>
**Repository:** <https://github.com/nvim-mini/mini.diff>
2 changes: 1 addition & 1 deletion lua/astrocommunity/git/mini-diff/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---@type LazySpec
return {
"echasnovski/mini.diff",
"nvim-mini/mini.diff",
event = "User AstroGitFile",
opts = function()
local sign = require("astroui").get_icon "GitSign"
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/git/mini-git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Neovim Lua plugin to automate tracking of Git related data.

**Repository:** <https://github.com/echasnovski/mini-git>
**Repository:** <https://github.com/nvim-mini/mini-git>

Git integration
2 changes: 1 addition & 1 deletion lua/astrocommunity/git/mini-git/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---@type LazySpec
return {
"echasnovski/mini-git",
"nvim-mini/mini-git",
main = "mini.git",
event = "User AstroGitFile",
cmd = "Git",
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/icon/mini-icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Icon provider. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.icons>
**Repository:** <https://github.com/nvim-mini/mini.icons>
2 changes: 1 addition & 1 deletion lua/astrocommunity/icon/mini-icons/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"echasnovski/mini.icons",
"nvim-mini/mini.icons",
opts = function(_, opts)
if vim.g.icons_enabled == false then opts.style = "ascii" end
end,
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/indent/mini-indentscope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Neovim Lua plugin to visualize and operate on indent scope. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.indentscope>
**Repository:** <https://github.com/nvim-mini/mini.indentscope>

Visualize and operate on indent scope, looks cool with indent-blankline-nvim together
2 changes: 1 addition & 1 deletion lua/astrocommunity/indent/mini-indentscope/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ local ignore_buftypes = {
local char = "▏"

return {
"echasnovski/mini.indentscope",
"nvim-mini/mini.indentscope",
event = "User AstroFile",
opts = function()
return {
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/keybinding/mini-clue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Show next key clues. Part of the mini.nvim library.

**Repository:** <https://github.com/echasnovski/mini.clue>
**Repository:** <https://github.com/nvim-mini/mini.clue>
2 changes: 1 addition & 1 deletion lua/astrocommunity/keybinding/mini-clue/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"echasnovski/mini.clue",
"nvim-mini/mini.clue",
dependencies = { "AstroNvim/astrocore" },
specs = {
{ "folke/which-key.nvim", optional = true, enabled = false },
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/mini-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Neovim Lua plugin to extend and create `a`/`i` textobjects. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.ai>
**Repository:** <https://github.com/nvim-mini/mini.ai>

Extend and create a/i textobjects
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/mini-ai/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"echasnovski/mini.ai",
"nvim-mini/mini.ai",
event = "User AstroFile",
opts = {},
specs = {
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/mini-basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Neovim Lua plugin with common configuration presets for options, mappings, and autocommands. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.basics>
**Repository:** <https://github.com/nvim-mini/mini.basics>
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/mini-basics/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"echasnovski/mini.basics",
"nvim-mini/mini.basics",
version = false,
event = "User AstroFile",
opts = {
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/mini-bracketed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Neovim Lua plugin to go forward/backward with square brackets. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.bracketed>
**Repository:** <https://github.com/nvim-mini/mini.bracketed>
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/mini-bracketed/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"echasnovski/mini.bracketed",
"nvim-mini/mini.bracketed",
event = "User AstroFile",
opts = {},
specs = {
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/mini-jump/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Neovim Lua plugin to jump forward/backward to a single character. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.jump>
**Repository:** <https://github.com/nvim-mini/mini.jump>

Jump to next/previous single character
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/mini-jump/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"echasnovski/mini.jump",
"nvim-mini/mini.jump",
event = "User AstroFile",
opts = {},
}
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/mini-move/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Neovim Lua plugin to move any selection in any direction. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.move>
**Repository:** <https://github.com/nvim-mini/mini.move>
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/mini-move/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"echasnovski/mini.move",
"nvim-mini/mini.move",
keys = function(_, keys)
local plugin = require("lazy.core.config").spec.plugins["mini.move"]
local opts = require("lazy.core.plugin").values(plugin, "opts", false) -- resolve mini.clue options
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/mini-surround/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Neovim Lua plugin with fast and feature-rich surround actions. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.surround>
**Repository:** <https://github.com/nvim-mini/mini.surround>

Fast and feature-rich surround actions
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/mini-surround/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local prefix = "gz"
return {
"echasnovski/mini.surround",
"nvim-mini/mini.surround",
dependencies = {
{ "AstroNvim/astroui", opts = { icons = { Surround = "󰑤" } } },
{
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/chezmoi/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ return {
},
},
{
"echasnovski/mini.icons",
"nvim-mini/mini.icons",
optional = true,
opts = {
file = {
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/eslint/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ return {
end,
},
{
"echasnovski/mini.icons",
"nvim-mini/mini.icons",
optional = true,
opts = function(_, opts)
opts.file = opts.file or {}
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/go/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ return {
},
},
{
"echasnovski/mini.icons",
"nvim-mini/mini.icons",
optional = true,
opts = {
file = {
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/html-css/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ return {
end,
},
{
"echasnovski/mini.icons",
"nvim-mini/mini.icons",
optional = true,
opts = {
filetype = {
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/nextflow/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ return {
},
{ "nextflow-io/vim-language-nextflow", ft = "nextflow" },
{
"echasnovski/mini.icons",
"nvim-mini/mini.icons",
optional = true,
opts = {
filetype = {
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/nvchad-ui/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ return {
end,
},
{
"echasnovski/mini.icons",
"nvim-mini/mini.icons",
optional = true,
opts = function()
pcall(function() dofile(vim.g.base46_cache .. "devicons") end)
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/prettier/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ return {
end,
},
{
"echasnovski/mini.icons",
"nvim-mini/mini.icons",
optional = true,
opts = function(_, opts)
if not opts.file then opts.file = {} end
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/typescript/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ return {
opts = {},
},
{
"echasnovski/mini.icons",
"nvim-mini/mini.icons",
optional = true,
opts = function(_, opts)
if not opts.file then opts.file = {} end
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/recipes/vscode-icons/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ return {
end,
},
{
"echasnovski/mini.icons",
"nvim-mini/mini.icons",
optional = true,
opts = {
lsp = {
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/scrolling/mini-animate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Neovim Lua plugin to animate common Neovim actions. Part of 'mini.nvim' library.

**Repository:** <https://github.com/echasnovski/mini.animate>
**Repository:** <https://github.com/nvim-mini/mini.animate>
2 changes: 1 addition & 1 deletion lua/astrocommunity/scrolling/mini-animate/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"echasnovski/mini.animate",
"nvim-mini/mini.animate",
event = "VeryLazy",
cond = not (vim.g.neovide or vim.g.vscode),
-- enabled = false,
Expand Down
2 changes: 1 addition & 1 deletion lua/astrocommunity/search/grug-far-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ return {
},
},
{
"echasnovski/mini.files",
"nvim-mini/mini.files",
optional = true,
specs = {
"AstroNvim/astrocore",
Expand Down
Loading
Loading