addet mini plugins and removed the spare file
This commit is contained in:
parent
896ade9ea9
commit
e09db01e4b
2 changed files with 32 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
return {
|
|
||||||
"echasnovski/mini.icons",
|
|
||||||
opts = {},
|
|
||||||
lazy = true,
|
|
||||||
specs = {
|
|
||||||
{ "nvim-tree/nvim-web-devicons", enabled = false, optional = true },
|
|
||||||
},
|
|
||||||
init = function()
|
|
||||||
package.preload["nvim-web-devicons"] = function()
|
|
||||||
require("mini.icons").mock_nvim_web_devicons()
|
|
||||||
return package.loaded["nvim-web-devicons"]
|
|
||||||
end
|
|
||||||
end,
|
|
||||||
}
|
|
32
lua/pika/plugins/mini.lua
Normal file
32
lua/pika/plugins/mini.lua
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
return {
|
||||||
|
-- mini-ai for a and i selections or other --> vin" for visual in next ""
|
||||||
|
{
|
||||||
|
"echasnovski/mini.ai",
|
||||||
|
version = "false",
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
|
|
||||||
|
-- ─< mini-surround for surrounding words or lines with "" or () or '' etc.. >──────────
|
||||||
|
{
|
||||||
|
"echasnovski/mini.surround",
|
||||||
|
version = "false",
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
|
|
||||||
|
-- ─< miniIcons >───────────────────────────────────────────────────────────────────────
|
||||||
|
{
|
||||||
|
"echasnovski/mini.icons",
|
||||||
|
version = "false",
|
||||||
|
opts = {},
|
||||||
|
lazy = true,
|
||||||
|
specs = {
|
||||||
|
{ "nvim-tree/nvim-web-devicons", enabled = false, optional = true },
|
||||||
|
},
|
||||||
|
init = function()
|
||||||
|
package.preload["nvim-web-devicons"] = function()
|
||||||
|
require("mini.icons").mock_nvim_web_devicons()
|
||||||
|
return package.loaded["nvim-web-devicons"]
|
||||||
|
end
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue