diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-02 23:11:54 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-02 23:12:59 -0400 |
| commit | b58d1fdb3cdd955b150fb7daaf351131b559cd14 (patch) | |
| tree | 33c2504b2ab84dea5ce1a97e12f8038c36e50e9d /pkgs | |
| parent | fd2e304fb169ab013f864896d598fcd2ebd4228c (diff) | |
neovim: readded normal mode to snacks picker
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/snacks.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/snacks.lua b/pkgs/custom-neovim/config/lua/plugins/snacks.lua index d5e2095..89bf2fa 100644 --- a/pkgs/custom-neovim/config/lua/plugins/snacks.lua +++ b/pkgs/custom-neovim/config/lua/plugins/snacks.lua @@ -5,7 +5,7 @@ require("snacks").setup { win = { input = { keys = { - ["<Esc>"] = { "close", mode = { "n", "i" } }, + -- ["<Esc>"] = { "close", mode = { "n", "i" } }, }, }, }, @@ -16,4 +16,7 @@ require("snacks").setup { quitOnTopLevelReturn = true, }, }, + input = { + enabled = true, + }, } |
