From 564f4709cb8854b685ece8a5a80b92ede5655384 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Sun, 8 Feb 2026 20:23:58 +0100 Subject: Add MiniFiles --- nvim/lua/config/lazy.lua | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'nvim/lua') diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 0ec7277..7befc5c 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -60,7 +60,19 @@ require("lazy").setup({ { "prettier/vim-prettier" }, { "neovim/nvim-lspconfig" }, { "b0o/schemastore.nvim" }, - + { + "nvim-mini/mini.files", + branch = "main", + dependencies = { "nvim-mini/mini.icons" }, + config = function() + require('mini.files').setup({ + mappings = { + close = 'e', + go_in_plus = '', + } + }) + end, + }, require("config.blink-cmp"), -- when hitting Enter between brackets, create newline between with tab: -- { -- cgit v1.3.1