diff options
| author | 2023-12-06 10:11:26 +0100 | |
|---|---|---|
| committer | 2023-12-06 10:11:26 +0100 | |
| commit | 6db887c5064ccd498d593aa511aa75c142bf31ee (patch) | |
| tree | 364c2abf340d38c1881f4b0b071d73c91366bae2 /dot_config/nvim/lua/plugins/bindings.lua | |
| parent | fastfetch: move to jsonc, use new ~ expansion (diff) | |
nvim: updates, improvements, and cleanup
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/lua/plugins/bindings.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dot_config/nvim/lua/plugins/bindings.lua b/dot_config/nvim/lua/plugins/bindings.lua deleted file mode 100644 index 1b4a06c..0000000 --- a/dot_config/nvim/lua/plugins/bindings.lua +++ /dev/null @@ -1,11 +0,0 @@ -return { - { - 'folke/which-key.nvim', - lazy = true, - opts = {}, - }, - { - 'linty-org/readline.nvim', - lazy = true, - }, -} |
