Pi66

dots
My personal Linux configuration files and dotfiles.
git clone https://git.pi66.xyz/dots

← back to log

resort plugins by alphabet

author: pi66
date: 2026-05-02 17:55
hash: 7c795029ca7786ff3280d8a756a2fb35b988e9ac

Diffstat:

M

nvim/lua/packages.lua
16 +++++++++++++++++-------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
diff --git a/nvim/lua/packages.lua b/nvim/lua/packages.lua
index 0d83363..fbfb3a3 100644
--- a/nvim/lua/packages.lua
+++ b/nvim/lua/packages.lua
@@ -1,15 +1,17 @@
 return {
+   "https://github.com/Pixel2175/nvim-colorizer.lua",
+   "https://github.com/mg979/vim-visual-multi",
+   "https://github.com/nvim-mini/mini.pairs",
+    "https://github.com/Skardyy/neo-img",
+    "https://github.com/akinsho/toggleterm.nvim",
+    "https://github.com/alvan/vim-closetag",
     "https://github.com/hrsh7th/cmp-nvim-lsp",
     "https://github.com/hrsh7th/cmp-path",
-    "https://github.com/numToStr/Comment.nvim",
-    "https://github.com/vyfor/cord.nvim",
-    "https://github.com/lewis6991/gitsigns.nvim",
-    "https://github.com/Skardyy/neo-img",
     "https://github.com/hrsh7th/nvim-cmp",
-   "https://github.com/Pixel2175/nvim-colorizer.lua",
+    "https://github.com/lewis6991/gitsigns.nvim",
     "https://github.com/neovim/nvim-lspconfig",
+    "https://github.com/numToStr/Comment.nvim",
     "https://github.com/nvim-treesitter/nvim-treesitter",
-    "https://github.com/akinsho/toggleterm.nvim",
-    "https://github.com/alvan/vim-closetag",
     "https://github.com/vimpostor/vim-tpipeline",
+    "https://github.com/vyfor/cord.nvim",
 }