all repos

init.lua @ 6e20bfb5c5b93960e73c4785db3e33f66e03a78d

my nvim config
3 files changed, 1 insertions(+), 2 deletions(-)
refactor: switch to mini.icons
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-07-22 00:47:09 +0300
Parent: 2085c46
M lazy-lock.json

@@ -23,7 +23,6 @@ "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },

"nvim-treesitter-context": { "branch": "master", "commit": "ed1cf48d5af252248c55f50b9427e8ce883a2c6b" }, "nvim-treesitter-endwise": { "branch": "master", "commit": "d6cbb83307d516ec076d17c9a33d704ef626ee8c" }, "nvim-ts-context-commentstring": { "branch": "main", "commit": "1b212c2eee76d787bbea6aa5e92a2b534e7b4f8f" }, - "nvim-web-devicons": { "branch": "master", "commit": "5b9067899ee6a2538891573500e8fd6ff008440f" }, "oil.nvim": { "branch": "master", "commit": "975a77cce3c8cb742bc1b3629f4328f5ca977dad" }, "plenary.nvim": { "branch": "master", "commit": "50012918b2fc8357b87cff2a7f7f0446e47da174" }, "schemastore.nvim": { "branch": "main", "commit": "6685696c9f60f18c107ae801bf5404602411cd13" },
M lua/plugins/core.lua

@@ -1,7 +1,6 @@

---@type LazySpec return { "nvim-lua/plenary.nvim", - "kyazdani42/nvim-web-devicons", { "tpope/vim-surround", keys = { "c", "d", "y" } }, { "tpope/vim-repeat", event = "VeryLazy" }, { "tpope/vim-speeddating", keys = { "<C-a>", "<C-x>" } },
M lua/plugins/meta.lua

@@ -19,6 +19,7 @@ require("mini.bufremove").setup { silent = true }

require("mini.splitjoin").setup {} require("mini.pairs").setup {} require("mini.ai").setup {} + require("mini.icons").setup {} end, },