diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/lua/plugins/bindings.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dot_config/nvim/lua/plugins/bindings.lua b/dot_config/nvim/lua/plugins/bindings.lua new file mode 100644 index 0000000..1b4a06c --- /dev/null +++ b/dot_config/nvim/lua/plugins/bindings.lua @@ -0,0 +1,11 @@ +return { + { + 'folke/which-key.nvim', + lazy = true, + opts = {}, + }, + { + 'linty-org/readline.nvim', + lazy = true, + }, +} |
