diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-03-08 21:03:08 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-03-08 21:03:08 +0100 |
| commit | 5314b79c157213e037ca74eb7d0a5f276919d988 (patch) | |
| tree | 96a0148438b87ff6e93d7ea0de7cf176b567c2d4 /nvim/lua | |
| parent | 9ec16beaaec19b51a56b25ffaea7cca9bb4ff4f8 (diff) | |
set Ctrl-O to close file tree; update deps
Diffstat (limited to 'nvim/lua')
| -rw-r--r-- | nvim/lua/config/lazy.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 710a22c..b89f5ee 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -67,6 +67,7 @@ require("lazy").setup({ config = function() require('mini.files').setup({ mappings = { + close = '<C-o>', go_in_plus = '<CR>', } }) @@ -95,7 +96,7 @@ require("lazy").setup({ update_interval = 3000, fallback = "dark", } - } + }, }, install = { colorscheme = { "gruvbox" } }, checker = { enabled = true }, |
