diff options
| author | 2024-08-06 13:19:05 +0200 | |
|---|---|---|
| committer | 2024-08-06 13:19:05 +0200 | |
| commit | 5fb2d4b43703dabf217e59bcdfc1f171e0722792 (patch) | |
| tree | d8b6fdb38e29794a9cef1ca32f95beabf66cc366 /dot_config/nvim/lua/plugins/bindings | |
| parent | nvim: simplify bindings.fnl (diff) | |
nvim: move plugins/bindings into a single file
The plan from now on will be "single big file" unless there's more
complex things going on, such as with lsp.
Diffstat (limited to 'dot_config/nvim/lua/plugins/bindings')
| -rw-r--r-- | dot_config/nvim/lua/plugins/bindings/init.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dot_config/nvim/lua/plugins/bindings/init.lua b/dot_config/nvim/lua/plugins/bindings/init.lua deleted file mode 100644 index e4dea1b..0000000 --- a/dot_config/nvim/lua/plugins/bindings/init.lua +++ /dev/null @@ -1,2 +0,0 @@ --- [nfnl] Compiled from fnl/plugins/bindings/init.fnl by https://github.com/Olical/nfnl, do not edit. -return {{"folke/which-key.nvim", lazy = true, opts = {}}, {"tpope/vim-rsi"}} |
